Skip to content

Commit

Permalink
Update en.ts (#1034)
Browse files Browse the repository at this point in the history
* Update en.ts

Shortened some texts for better looks

---------

Co-authored-by: Esther Lizardo <[email protected]>
  • Loading branch information
FlxMgdnz and Esther-Lita authored Sep 23, 2023
1 parent 728e183 commit d8b928e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frontend/elements/src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@ export const en: Translation = {
passwordFormatHint:
"Must be between {minLength} and {maxLength} characters long.",
manageEmails:
"Your email addresses are used for communication and authentication.",
"Used for passcode authentication.",
changePassword: "Set a new password.",
managePasskeys: "Your passkeys allow you to sign in to this account.",
isPrimaryEmail:
"Used for communication, passcodes, and as username for passkeys. To change the primary email address, add another email address first and set it as primary.",
"This email address will be used as username for your passkeys.",
setPrimaryEmail:
"Set this email address primary so it will be used for communications, for passcodes, and as a username for passkeys.",
"Set this email to be used as username for new passkeys.",
emailVerified: "This email address has been verified.",
emailUnverified: "This email address has not been verified.",
emailDelete:
"If you delete this email address, it can no longer be used for signing in to your account. Passkeys that may have been created with this email address will remain intact.",
"If you delete this email address, it can no longer be used to sign in.",
emailDeleteThirdPartyConnection:
"If you delete this email address, it can no longer be used for signing in. You can also no longer sign in with or reconnect your {provider} account. Passkeys that may have been created with this email address will remain intact.",
"If you delete this email address, it can no longer be used to sign in.",
emailDeletePrimary:
"The primary email address cannot be deleted. Add another email address first and make it your primary email address.",
"The primary email address cannot be deleted.",
renamePasskey:
"Set a name for the passkey that helps you identify where it is stored.",
"Set a name for the passkey.",
deletePasskey:
"Delete this passkey from your account. Note that the passkey will still exist on your devices and needs to be deleted there as well.",
"Delete this passkey from your account.",
deleteAccount:
"Are you sure you want to delete this account? All data will be deleted immediately and cannot be recovered.",
noAccountExists:
Expand Down

0 comments on commit d8b928e

Please sign in to comment.