TF-2084 Fix wrong action title

(cherry picked from commit 4bb6666942ba2baba41b2463532adfbc22b636d9)
This commit is contained in:
hieubt
2023-12-05 22:47:58 +07:00
committed by Dat H. Pham
parent 6469776a7b
commit 2b02bb658b
6 changed files with 13 additions and 13 deletions
@@ -3464,10 +3464,10 @@ class AppLocalizations {
);
}
String get startIt {
String get starIt {
return Intl.message(
'Start it',
name: 'startIt',
'Star it',
name: 'starIt',
);
}