Resources: correction of text about self-disabling

This commit is contained in:
Andrey Savihin 2024-06-07 17:30:35 +03:00
parent 5d88496b4e
commit 9969777168
6 changed files with 23 additions and 14 deletions

View File

@ -4,11 +4,11 @@
"ConfirmOwnerPortalSuccessMessage": "DocSpace owner has been successfully changed. You will be redirected in 10 seconds.",
"ConfirmOwnerPortalTitle": "Please confirm you want to change the DocSpace owner to {{newOwner}}.",
"CurrentNumber": "Your current mobile phone number",
"DeleteProfileBtn": "Delete my account",
"DeleteProfileConfirmation": "Attention! You are about to delete your account.",
"DeleteProfileConfirmationInfo": "By clicking \"Delete my account\" you agree with our <1>Privacy policy.</1>",
"DeleteProfileSuccessMessage": "Your account has been successfully deleted.",
"DeleteProfileSuccessMessageInfo": "See our <1>Privacy policy</1> to learn more about deleting your account and the data associated with it.",
"DeleteProfileBtn": "Disable my account",
"DeleteProfileConfirmation": "Attention! You are about to disable your account.",
"DeleteProfileConfirmationInfo": "By clicking \"Disable my account\" you agree with our <1>Privacy policy.</1>",
"DeleteProfileSuccessMessage": "Your account is disabled",
"DeleteProfileSuccessMessageInfo": "Your DocSpace account is successfully disabled. The DocSpace owner or admin can permanently delete your disabled account. Please check our <1>Privacy policy</1> to learn more about deleting your account and associated data.",
"EmailAndPasswordCopiedToClipboard": "Email and password copied to clipboard",
"EnterAppCodeDescription": "Enter 6-digit generated code from your app. If you don't have access to your phone, use the backup codes.",
"EnterAppCodeTitle": "Enter code from authentication app",

View File

@ -2,7 +2,9 @@
"ActionCannotBeUndone": "The selected disabled users will be removed from DocSpace. This action cannot be undone.",
"CannotReassignFiles": "If you delete multiple users at once, you cannot reassign their files to other users.",
"DeleteGroupUsersSuccessMessage": "Users have been successfully deleted.",
"DeleteMyDocumentsUser": "All personal files and folders in My documents section of this user will be permanently deleted.",
"DeleteMyDocumentsUser": "Personal data, all files and folders in the Documents and Trash sections of this user will be permanently deleted.",
"DeletePersonalData": "Personal data, all personal files and folders in the Documents and Trash sections* of the selected users will be permanently deleted. Files and folders of the selected users kept in common sections* such as rooms will remain in DocSpace.",
"DeletePersonalDataApplicable": "*Applicable for the selected users who have such files and folders.",
"DeleteReassignDescriptionUser": "{{warningMessageMyDocuments}} Rooms created by this user and documents stored in these rooms will be reassigned automatically to an admin performing the deletion: <strong>{{userPerformedDeletion}} ({{userYou}})</strong>. Reassign data manually to choose another destination user for reassignment.",
"DeleteUser": "Delete user",
"DeleteUserMessage": "{{userCaption}} <strong>{{user}}</strong> will be deleted. This action cannot be undone.",

View File

@ -1,5 +1,5 @@
{
"DeleteOwnerRestrictionText": "Being an owner of this DocSpace, you must transfer the ownership to another user before you can delete your account. Please choose a new owner to proceed.",
"DeleteProfileInfo": "Send the profile deletion instructions to the email address",
"DeleteProfileTitle": "Delete profile"
"DeleteOwnerRestrictionText": "Being an owner of this DocSpace, you must transfer the ownership to another user before you can disable your account. Please choose a new owner to proceed.",
"DeleteProfileInfo": "Send the instructions for account disabling to the email address",
"DeleteProfileTitle": "Disable account"
}

View File

@ -2,7 +2,7 @@
"AccountLoginType": "Account login type",
"AddMembers": "Add members",
"CreateGroup": "Create group",
"DeleteSelfProfile": "Delete profile",
"DeleteSelfProfile": "Disable account",
"DisabledEmployeeStatus": "Disabled",
"DisableUserButton": "Disable",
"EditGroup": "Edit group",

View File

@ -74,12 +74,18 @@ const BodyComponent = (props) => {
<>
<Text className="user-delete">{t("ActionCannotBeUndone")}</Text>
<Text className="text-warning">{t("PleaseNote")}</Text>
<Text className="text-delete-description">
{t("DeletePersonalData")}
</Text>
<Text className="text-delete-description">
{t("CannotReassignFiles")}
</Text>
<Text className="text-delete-description">
{t("ToBeAbleToReassignData")}
</Text>
<Text className="text-delete-description">
{t("DeletePersonalDataApplicable")}
</Text>
</>
);
}

View File

@ -74,7 +74,9 @@ const ProfileRemoveForm = (props) => {
ns="Confirm"
t={t}
>
See our
Your DocSpace account is successfully disabled. The DocSpace
owner or admin can permanently delete your disabled account.
Please check our
<Link
fontSize="16px"
fontWeight="600"
@ -85,8 +87,7 @@ const ProfileRemoveForm = (props) => {
>
Privacy policy
</Link>
to learn more about deleting your account and the data
associated with it.
to learn more about deleting your account and associated data.
</Trans>
</Text>
</StyledBody>
@ -119,7 +120,7 @@ const ProfileRemoveForm = (props) => {
ns="Confirm"
t={t}
>
By clicking \"Delete my account\" you agree with our Privacy
By clicking \"Disable my account\" you agree with our Privacy
policy
<Link
type="page"