From 7e3796ca0e51398588547d636f03d380a2cc3355 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 18 Feb 2024 20:21:55 +0100 Subject: [PATCH] changed description --- public/locales/de/translation.json | 2 +- public/locales/en/translation.json | 2 +- src/Pages/UserProfile/index.js | 4 +--- src/utils.js | 1 - 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/public/locales/de/translation.json b/public/locales/de/translation.json index 02a54ab..0508208 100644 --- a/public/locales/de/translation.json +++ b/public/locales/de/translation.json @@ -437,7 +437,7 @@ "button": "Konto löschen", "modal": { "title": "Konto löschen", - "info": "Ihr Konto wird sofort deaktiviert und nach {{days}} Tagen gelöscht. Während dieser Zeit können Sie Ihr Konto wiederherstellen, indem Sie sich erneut anmelden.", + "info": "Bitte beachten Sie, dass Ihr Konto unwiderruflich gelöscht wird und nicht wiederhergestellt werden kann. Dies hat zur Folge, dass Ihr Geschäft, alle zugehörigen Dienstleistungen und Mitarbeiter entfernt werden. Wir möchten Sie darauf hinweisen, dass sämtliche Daten dauerhaft verloren gehen. Um diesen Vorgang abzuschließen, geben Sie bitte Ihr Passwort ein.", "why": "Warum löschen Sie Ihr Konto?", "whyRuleRequired": "Bitte wählen Sie einen Grund", "radioOptions": { diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index be27dee..1af9407 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -445,7 +445,7 @@ "button": "Delete account", "modal": { "title": "Delete account", - "info": "Your account will be deactivated immediately and deleted after {{days}} days. During this time, you can restore your account by logging in again.", + "info": "Please note that your account will be irrevocably deleted and cannot be restored. As a result, your business, all associated services and employees will be removed. Please note that all data will be permanently lost. To complete this process, please enter your password.", "why": "Why are you deleting your account?", "whyRuleRequired": "Please select a reason", "radioOptions": { diff --git a/src/Pages/UserProfile/index.js b/src/Pages/UserProfile/index.js index 575c939..cc9bd4d 100644 --- a/src/Pages/UserProfile/index.js +++ b/src/Pages/UserProfile/index.js @@ -870,9 +870,7 @@ function YourAccountDeleteAccountCard({ notificationApi }) { >
- {t("userProfile.deleteAccount.modal.info", { - days: Constants.ACCOUNT_DELETED_AFTER_DAYS, - })} + {t("userProfile.deleteAccount.modal.info")}