Files
tm_app/lib/views/profile/strings/profile_strings.dart
T
2025-09-14 12:08:39 +03:30

17 lines
636 B
Dart

class ProfileStrings {
ProfileStrings._();
static const String profile = 'Profile';
static const String profileTitle = 'Profile';
static const String settings = 'Settings';
static const String appTheme = 'App Theme';
static const String companyName = 'Company Name';
static const String nationalId = 'National ID';
static const String registrationNumber = 'Registration No.';
static const String businessType = 'Business Type';
static const String founded = 'Founded';
static const String logout = 'Log out';
static const String contracts = 'Contracts';
static const String notifications = 'Notifications';
}