Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #193 from tipisai/beta
Browse files Browse the repository at this point in the history
chore: update translation
  • Loading branch information
Wangtaofeng authored May 8, 2024
2 parents 4c15e1f + 88b0561 commit 7ab2359
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ jobs:
releaseName: "App v__VERSION__"
releaseBody: "See the assets to download this version and install."
releaseDraft: true
prerelease: false
prerelease: true
args: ${{ matrix.settings.args }}
projectPath: "./apps/agent"
2 changes: 1 addition & 1 deletion apps/agent/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Tipis",
"version": "0.1.0"
"version": "0.1.2"
},
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const getOptionDetail = (
(item) => item.value === options.month,
)?.label

detail = `${time}, ${monthOfYear ? `${onStr} ${dayOfMonth} ${monthOfYear}, ` : ""}${i18n.t("flow.editor.trigger.schedule.every_mont")}`
detail = `${time}, ${monthOfYear ? `${onStr} ${dayOfMonth} ${monthOfYear}, ` : ""}${i18n.t("flow.editor.trigger.schedule.every_year")}`
break
}
}
Expand Down

0 comments on commit 7ab2359

Please sign in to comment.