@ -376,7 +376,7 @@
"orJoinOneOfThese": "Or join one of these...",
"otherPlural": "$number$ others",
"otherSingular": "$number$ other",
"password": "Password",
"lockApp": "Lock App",
"passwordCharacterError": "Password must only contain letters, numbers and symbols",
"passwordLengthError": "Password must be between 6 and 64 characters long",
"passwordsDoNotMatch": "Passwords do not match",
@ -275,6 +275,7 @@ export type LocalizerKeys =
| 'linkVisitWarningTitle'
| 'loadAccountProgressMessage'
| 'loading'
| 'lockApp'
| 'mainMenuEdit'
| 'mainMenuFile'
| 'mainMenuHelp'
@ -378,7 +379,6 @@ export type LocalizerKeys =
| 'originalMessageNotFound'
| 'otherPlural'
| 'otherSingular'
| 'password'
| 'passwordCharacterError'
| 'passwordCreate'
| 'passwordLengthError'