strings check

This commit is contained in:
amirrezaghabeli
2025-09-08 12:54:27 +03:30
parent f6da74f739
commit d56261b664
15 changed files with 64 additions and 136 deletions
@@ -12,5 +12,8 @@ class LikedTendersStrings {
static const startDate = 'YYYY/MM/DD';
static const endDate = 'YYYY/MM/DD';
static const approvedTenders = 'Approved tenders';
static const noLikedTenders = 'You havent liked any tenders yet.';
static const noLikedTenders = 'You havent liked any tenders yet!';
static const page = 'Page';
static const selectPage = 'Select Page';
static const of = 'Of';
}