TF-1844 Update hint text input advanced search

(cherry picked from commit 8b0feba19aab72db1f9ed8d4ffdf47c420bc3709)
This commit is contained in:
dab246
2023-08-23 18:46:52 +07:00
committed by Dat Vu
parent 9378805f56
commit d6a4d437b3
3 changed files with 29 additions and 2 deletions
@@ -3266,4 +3266,18 @@ class AppLocalizations {
'Maybe',
name: 'maybe');
}
String get enterASubject {
return Intl.message(
'Enter a subject',
name: 'enterASubject',
);
}
String get enterSomeSuggestions {
return Intl.message(
'Enter some suggestions',
name: 'enterSomeSuggestions',
);
}
}