fixed TM-173 jira task
This commit is contained in:
@@ -6,7 +6,11 @@ class ForgotPasswordCreateStrings {
|
||||
static const String backToSignInButton = 'Back to Sign In';
|
||||
static const String resetLink = 'Reset Link';
|
||||
static const String atLast5Character = '• At least 5 characters';
|
||||
static const String atLeast1uppercase = '• At least one uppercase letter (A–Z)';
|
||||
static const String atLeast1lowercase = '• At least one lowercase letter (a–z)';
|
||||
static const String atLeastSpecial = '• At least one special character: ! @ # \$ % & * ^';
|
||||
static const String atLeast1uppercase =
|
||||
'• At least one uppercase letter (A–Z)';
|
||||
static const String atLeast1lowercase =
|
||||
'• At least one lowercase letter (a–z)';
|
||||
static const String atLeastSpecial =
|
||||
'• At least one special character: ! @ # \$ % & * ^';
|
||||
static const String passwordResetSuccess = 'Password reset successfully';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user