web/i18n: move call to action button strings to own file
This commit is contained in:
@@ -51,7 +51,7 @@ const request = async (url: string) => {
|
||||
dismissable: false,
|
||||
buttons: [
|
||||
{
|
||||
text: get(t)("dialog.button.cancel"),
|
||||
text: get(t)("button.cancel"),
|
||||
main: false,
|
||||
action: () => {
|
||||
_actions.reject();
|
||||
@@ -63,7 +63,7 @@ const request = async (url: string) => {
|
||||
},
|
||||
},
|
||||
{
|
||||
text: get(t)("dialog.button.continue"),
|
||||
text: get(t)("button.continue"),
|
||||
color: "red",
|
||||
main: true,
|
||||
timeout: 5000,
|
||||
|
||||
Reference in New Issue
Block a user