TF-2084 Add select action hint

(cherry picked from commit 0917989494ba6bba0ce574b7a4498fb69ad791e4)
This commit is contained in:
hieubt
2023-09-24 23:43:26 +07:00
committed by Dat Vu
parent 34c85d183a
commit 9816742b2c
4 changed files with 24 additions and 6 deletions
@@ -3491,4 +3491,11 @@ class AppLocalizations {
name: 'forwardTo',
);
}
String get selectAction {
return Intl.message(
'Select action',
name: 'selectAction',
);
}
}