TF-984 Apply new design for toast message when move action

This commit is contained in:
dab246
2022-10-10 23:39:40 +07:00
committed by Dat H. Pham
parent 3796e60401
commit 0e9ba0de8a
10 changed files with 208 additions and 54 deletions
@@ -432,10 +432,10 @@ class AppLocalizations {
);
}
String get undo_action {
String get undo {
return Intl.message(
'UNDO',
name: 'undo_action'
'Undo',
name: 'undo'
);
}