TF-4236 Fix guard delete UI when no handler is provided.

This commit is contained in:
dab246
2026-01-20 16:21:37 +07:00
committed by Dat H. Pham
parent 326f5e46f5
commit 879b18bc45
13 changed files with 29 additions and 23 deletions
@@ -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],
);