This commit is contained in:
pa
2026-02-18 17:23:55 +09:00
parent e7114fa1b6
commit a13b197d06
4 changed files with 33 additions and 7 deletions

View File

@@ -2388,8 +2388,10 @@
function resetHome() {
modalStore
.confirm({
description: 'Continue? Reset Home',
title: 'Confirm'
description: t('confirm.command_question', {
command: t('dialog.user.actions.reset_home')
}),
title: t('confirm.title')
})
.then(({ ok }) => {
if (!ok) return;