added string for every screen and removed from app strings
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
class YourTendersStrings {
|
||||
YourTendersStrings._();
|
||||
|
||||
static const String yourTenders = 'Your tenders';
|
||||
static const String yourTendersTitle = 'Your tenders';
|
||||
static const filter = 'Filter';
|
||||
static const selectDateRange = 'Select date range';
|
||||
static const status = 'Status';
|
||||
static const all = 'All';
|
||||
static const likeTenders = 'Like tenders';
|
||||
static const dislikeTenders = 'Dislike tenders';
|
||||
static const tendersSubmitted = 'Tenders submitted';
|
||||
static const confirm = 'Confirm';
|
||||
static const startDate = 'YYYY/MM/DD';
|
||||
static const endDate = 'YYYY/MM/DD';
|
||||
}
|
||||
Reference in New Issue
Block a user