TF-4195 Implement add a Label to an email on mobile
This commit is contained in:
@@ -5642,4 +5642,11 @@ class AppLocalizations {
|
||||
args: [labelName],
|
||||
);
|
||||
}
|
||||
|
||||
String get addLabel {
|
||||
return Intl.message(
|
||||
'Add label',
|
||||
name: 'addLabel',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user