From 5eac0051faef324b71bc8cc68d61b35e824113d1 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sat, 18 May 2024 15:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Add=20missing=20translations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/public/locales/en/app.json | 4 +++- .../[locale]/(admin)/settings/profile/profile-page.tsx | 9 +++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/apps/web/public/locales/en/app.json b/apps/web/public/locales/en/app.json index db12e6cd1..d90e3a21e 100644 --- a/apps/web/public/locales/en/app.json +++ b/apps/web/public/locales/en/app.json @@ -250,5 +250,7 @@ "deleteAccountDialogTitle": "Delete Account", "deleteAccountDialogDescription": "Are you sure you want to delete your account?", "deleteAccountInstruction": "Please confirm your email address to delete your account", - "emailMismatch": "Email does not match the account email" + "emailMismatch": "Email does not match the account email", + "dangerZone": "Danger Zone", + "dangerZoneAccount": "Delete your account permanently. This action cannot be undone." } diff --git a/apps/web/src/app/[locale]/(admin)/settings/profile/profile-page.tsx b/apps/web/src/app/[locale]/(admin)/settings/profile/profile-page.tsx index 7bc142299..d826d9f66 100644 --- a/apps/web/src/app/[locale]/(admin)/settings/profile/profile-page.tsx +++ b/apps/web/src/app/[locale]/(admin)/settings/profile/profile-page.tsx @@ -99,8 +99,13 @@ export const ProfilePage = () => { <>
} + description={ + + } >