passo_mobile_app/unit2/lib/utils/text_container.dart

23 lines
1.2 KiB
Dart
Raw Normal View History

const String addMobile = "Enter your mobile number(s)";
const String addMobileCaption =
"These mobile numbers will be used to contact you if you request an emergency response. Please provide at least one active number";
const String mobileNumberRequired = "You must add atleast one mobile";
const String numericValidator = "Please a number only";
const String mobile1 = "Mobile number 1";
const String mobile2 = "Mobile number 2";
const String currentLocation = "You current location";
const String noModule = "No Module Assigned";
const String noModuleSubTitle =
"Please contact the admin if you want to access a module.";
const String submit = "SUBMIT";
const String login = "LOGIN";
const String sOSTitle = "Request SOS";
const String sOSReceivedMessage =
"your SOS request has been received. Please wait for respondent's acknowledgement.";
const String unit2ModuleScreen = "uniT2 Modules";
const String welcome = "Welcome to!";
const String unitApp = 'uniT-App';
const String loginToContinue = "Please login to continue.";
const String loginViaQr = "Login via QR code";
const String emergencyReponseLabel = " Request Emergency Response ";
const String requestSOS = "Request SOS";