Skip to content

Commit

Permalink
Revert "enhance(frontend): アカウント削除前ダイアログに再ログインすると削除が中断される旨の表記を追加 (#726)"
Browse files Browse the repository at this point in the history
This reverts commit 2fe5bb0 partially.
  • Loading branch information
u1-liquid committed Sep 17, 2024
1 parent 0bf7496 commit 5508d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/settings/other.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async function deleteAccount() {
{
const { canceled } = await os.confirm({
type: 'warning',
text: i18n.ts.deleteAccountConfirmAndWarn,
text: i18n.ts.deleteAccountConfirm,
okWaitInitiate: 'dialog',
okWaitDuration: 5,
});
Expand Down

0 comments on commit 5508d71

Please sign in to comment.