changed description

master
alex 2024-02-18 20:21:55 +01:00
parent c7f08d9733
commit 7e3796ca0e
4 changed files with 3 additions and 6 deletions

View File

@ -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": {

View File

@ -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": {

View File

@ -870,9 +870,7 @@ function YourAccountDeleteAccountCard({ notificationApi }) {
>
<Form form={form} layout="vertical" requiredMark={false}>
<Typography.Paragraph type="secondary">
{t("userProfile.deleteAccount.modal.info", {
days: Constants.ACCOUNT_DELETED_AFTER_DAYS,
})}
{t("userProfile.deleteAccount.modal.info")}
</Typography.Paragraph>
<Form.Item

View File

@ -97,7 +97,6 @@ export const Constants = {
},
DELAY_EMAIL_CHECK: 250,
CLARITY_PROJECT_ID: process.env.REACT_APP_CLARITY_PROJECT_ID,
ACCOUNT_DELETED_AFTER_DAYS: 30,
ACCOUNT_STATE: {
ACTIVE: 0,
PENDING_DELETION: 1,