web/ResetSettingsButton: update dialog text

erase -> reset
This commit is contained in:
wukko
2024-07-21 16:40:39 +06:00
parent ec768ebfc2
commit f530624467
3 changed files with 7 additions and 7 deletions

View File

@ -11,8 +11,8 @@
id: "wipe-confirm",
type: "small",
icon: "warn-red",
title: $t("dialog.erase.title"),
bodyText: $t("dialog.erase.body"),
title: $t("dialog.reset.title"),
bodyText: $t("dialog.reset.body"),
buttons: [
{
text: $t("dialog.button.cancel"),
@ -20,7 +20,7 @@
action: () => {},
},
{
text: $t("dialog.button.erase"),
text: $t("dialog.button.reset"),
color: "red",
main: true,
action: () => resetSettings(),