adde budget badge on tenders

This commit is contained in:
amirrezaghabeli
2025-09-30 12:59:12 +03:30
parent bfc236edc6
commit b9cc4cb11f
3 changed files with 70 additions and 18 deletions
@@ -7,7 +7,7 @@ class TendersStrings {
static const String submit = 'Submit';
static const String dislike = 'Dislike';
static const String like = 'Like';
static const String tenderDeadlineLabel = 'Deadline';
static const String tenderDeadlineLabel = 'Deadline :';
static const String contracts = 'Contracts';
static const String notifications = 'Notifications';
static const String of = 'Of';
@@ -25,4 +25,5 @@ class TendersStrings {
static const String sort = 'Sort';
static const String mostOfTheTime = 'Most of the time';
static const String minimumTime = 'Minimum time';
static const String tenderBudgetLabel = 'Budget :';
}