added string for every screen and removed from app strings
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class LoginStrings {
|
||||
static const signInTitle = 'Sign In';
|
||||
static const signInSubtitle = 'Enter valid username & password to continue';
|
||||
static const usernameLabel = 'User Name';
|
||||
static const passwordLabel = 'Password';
|
||||
static const loginButton = 'Login';
|
||||
static const forgotPassword = 'Forgot Password?';
|
||||
}
|
||||
Reference in New Issue
Block a user