TF-2084 Add select action hint
(cherry picked from commit 0917989494ba6bba0ce574b7a4498fb69ad791e4)
This commit is contained in:
@@ -3491,4 +3491,11 @@ class AppLocalizations {
|
||||
name: 'forwardTo',
|
||||
);
|
||||
}
|
||||
|
||||
String get selectAction {
|
||||
return Intl.message(
|
||||
'Select action',
|
||||
name: 'selectAction',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user