detail refactor
This commit is contained in:
@@ -74,7 +74,6 @@ class AppStrings {
|
||||
static const String tenderDeliveryLocationsLabel = 'Delivery Locations';
|
||||
static const String tenderReferenceNumberLabel = 'Reference Number';
|
||||
static const String tenderLocationLabel = 'Locations';
|
||||
static const String tenderLocationCountry = 'UK';
|
||||
static const String tenderPdfDocument = 'PDF , Document';
|
||||
static const String tenderMatchProfile = 'Match with your profile';
|
||||
static const String tenderIncompleteResume = 'Incomplete Resume Information';
|
||||
@@ -82,10 +81,17 @@ class AppStrings {
|
||||
'No experience in e-platform development';
|
||||
static const String tenderSubmitButton = 'Submit';
|
||||
static const String tenderRejectButton = 'Reject';
|
||||
|
||||
static const String tenderClientExample =
|
||||
'Procurement Notice Procurement Notice';
|
||||
|
||||
static const String estimatedValue = 'Estimated Value ';
|
||||
static const String duration = 'Duration';
|
||||
static const String tenderSubmittedSuccessfully =
|
||||
'tender submitted successfully!';
|
||||
static const String tenderRejectedSuccessfully =
|
||||
'tender rejected successfully!';
|
||||
static const String tenderUnrejectedSuccessfully =
|
||||
'tender unrejected successfully!';
|
||||
static const String tenderUnsubmittedSuccessfully =
|
||||
'tender unsubmitted successfully!';
|
||||
static const String tenderNoData = 'No tender details available';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user