TF-4236 Fix guard delete UI when no handler is provided.
This commit is contained in:
@@ -5735,7 +5735,7 @@ class AppLocalizations {
|
||||
|
||||
String removeLabelFromThreadFailureMessage(String labelName) {
|
||||
return Intl.message(
|
||||
'Cannot remove all emails from thread to the "$labelName" label',
|
||||
'Cannot remove all emails in thread from the "$labelName" label',
|
||||
name: 'removeLabelFromThreadFailureMessage',
|
||||
args: [labelName],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user