web/i18n: move call to action button strings to own file

This commit is contained in:
wukko
2024-08-09 14:40:30 +06:00
parent 21ef35ea20
commit 536d9c9742
9 changed files with 32 additions and 30 deletions

View File

@@ -30,12 +30,12 @@
bodyText: $t("dialog.import.body"),
buttons: [
{
text: $t("dialog.button.cancel"),
text: $t("button.cancel"),
main: false,
action: () => {},
},
{
text: $t("dialog.button.import"),
text: $t("button.import"),
color: "red",
main: true,
timeout: 5000,
@@ -60,7 +60,7 @@
bodyText: message,
buttons: [
{
text: $t("dialog.button.gotit"),
text: $t("button.gotit"),
main: true,
action: () => {},
},