Files
tm_app/lib/core/constants/texts.dart
T
2025-08-03 09:44:43 +03:30

7 lines
265 B
Dart

class TextManager {
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';
}