Compare commits
1 Commits
fusion-app
...
feature/ch
| Author | SHA1 | Date | |
|---|---|---|---|
| b291b12865 |
@@ -129,6 +129,7 @@ class _PasswordCriteriaList extends StatelessWidget {
|
||||
met: _specialRegex.hasMatch(password),
|
||||
hasInput: hasInput,
|
||||
),
|
||||
Text(context.translate((I18n.passwordRepeated)))
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
@@ -544,5 +544,6 @@
|
||||
"deviceSetup_heightHint": "120",
|
||||
"activationKeyLabel": "Activation key",
|
||||
"rewardsMessage": "Send rewards",
|
||||
"sendRewards": "Send rewards!"
|
||||
"sendRewards": "Send rewards!",
|
||||
"passwordRepeated": "The new password can't have been used before"
|
||||
}
|
||||
@@ -542,5 +542,6 @@
|
||||
"deviceSetup_heightHint": "120",
|
||||
"activationKeyLabel": "Clave de activación",
|
||||
"rewardsMessage": "Envía una recompensa",
|
||||
"sendRewards": "¡Enviar recompensas!"
|
||||
"sendRewards": "¡Enviar recompensas!",
|
||||
"passwordRepeated": "La nueva contraseña no puede haber sido usada antes."
|
||||
}
|
||||
@@ -663,4 +663,5 @@ class I18n {
|
||||
static const String activationKeyLabel = 'activationKeyLabel';
|
||||
static const String rewardsMessage = 'rewardsMessage';
|
||||
static const String sendRewards = 'sendRewards';
|
||||
static const String passwordRepeated = 'passwordRepeated';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user