6 lines
201 B
Dart
6 lines
201 B
Dart
class RequestSuccessfulStrings {
|
|
static const String requestSuccessfulTitle =
|
|
'Your request has been successfully registered.';
|
|
static const String backToTendersButton = 'Back to Tenders';
|
|
}
|