TF-4227 Update the correct message for the Tag when there are no emails.
This commit is contained in:
@@ -5666,4 +5666,11 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
String get youDoNotHaveAnyEmailTaggedWithThis {
|
||||
return Intl.message(
|
||||
'You don\'t have any emails tagged with this.',
|
||||
name: 'youDoNotHaveAnyEmailTaggedWithThis',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user