Merge branch 'develop' into merge/2025-03-24

This commit is contained in:
Hazelnoot 2025-04-13 13:07:24 -04:00
commit 91fb75dece
11 changed files with 34 additions and 6 deletions

View file

@ -449,7 +449,7 @@ async function deleteAllFiles() {
async function deleteAccount() {
const confirm = await os.confirm({
type: 'warning',
text: i18n.ts.deleteAccountConfirm,
text: i18n.ts.deleteThisAccountConfirm,
});
if (confirm.canceled) return;