From 5508d712c45725fa44114b114e1392a33e55f637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BE=E3=81=A3=E3=81=A1=E3=82=83=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:06:45 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"enhance(frontend):=20=E3=82=A2?= =?UTF-8?q?=E3=82=AB=E3=82=A6=E3=83=B3=E3=83=88=E5=89=8A=E9=99=A4=E5=89=8D?= =?UTF-8?q?=E3=83=80=E3=82=A4=E3=82=A2=E3=83=AD=E3=82=B0=E3=81=AB=E5=86=8D?= =?UTF-8?q?=E3=83=AD=E3=82=B0=E3=82=A4=E3=83=B3=E3=81=99=E3=82=8B=E3=81=A8?= =?UTF-8?q?=E5=89=8A=E9=99=A4=E3=81=8C=E4=B8=AD=E6=96=AD=E3=81=95=E3=82=8C?= =?UTF-8?q?=E3=82=8B=E6=97=A8=E3=81=AE=E8=A1=A8=E8=A8=98=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0=20(MisskeyIO#726)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 2fe5bb0bb39dc43e700201a827e5268ce97f1c4e partially. --- packages/frontend/src/pages/settings/other.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/pages/settings/other.vue b/packages/frontend/src/pages/settings/other.vue index 6d6b8d5c92fe..2341a57dc84b 100644 --- a/packages/frontend/src/pages/settings/other.vue +++ b/packages/frontend/src/pages/settings/other.vue @@ -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, });