TF-984 Apply new design for toast message when move action
This commit is contained in:
@@ -432,10 +432,10 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String get undo_action {
|
||||
String get undo {
|
||||
return Intl.message(
|
||||
'UNDO',
|
||||
name: 'undo_action'
|
||||
'Undo',
|
||||
name: 'undo'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user