TF-599 Apply action context menu for mailbox
This commit is contained in:
@@ -1405,4 +1405,17 @@ class AppLocalizations {
|
||||
'Can not get token, please check with your system administrator',
|
||||
name: 'canNotGetToken');
|
||||
}
|
||||
|
||||
String get moveMailbox {
|
||||
return Intl.message(
|
||||
'Move mailbox',
|
||||
name: 'moveMailbox',
|
||||
);
|
||||
}
|
||||
|
||||
String get deleteMailbox {
|
||||
return Intl.message(
|
||||
'Delete mailbox',
|
||||
name: 'deleteMailbox');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user