upd: add deleteThisAccountConfirm
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user