upd: add deleteThisAccountConfirm
This commit is contained in:
parent
865a9c4906
commit
2b510dc2da
4 changed files with 7 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ const emits = defineEmits<{
|
|||
async function deleteAccount() {
|
||||
const confirm = await os.confirm({
|
||||
type: 'warning',
|
||||
text: i18n.ts.deleteAccountConfirm,
|
||||
text: i18n.ts.deleteThisAccountConfirm,
|
||||
});
|
||||
if (confirm.canceled) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue