Files
tm_app/lib/views/tenders/strings/tenders_strings.dart
T
llsajjad 6e6f248702 Fixed pagination tenders for desktop and
added new config for notification
2025-09-21 14:03:32 +03:30

16 lines
535 B
Dart

class TendersStrings {
TendersStrings._();
static const String tendersTitle = 'Tenders';
static const String tenderSeeMore = 'See More';
static const String reject = 'Reject';
static const String submit = 'Submit';
static const String dislike = 'Dislike';
static const String like = 'Like';
static const String tenderDeadlineLabel = 'Deadline';
static const String contracts = 'Contracts';
static const String notifications = 'Notifications';
static const String of= 'Of';
static const String page = 'Page';
}