TF-4229 Add widget for label search field
This commit is contained in:
@@ -5673,4 +5673,11 @@ class AppLocalizations {
|
||||
name: 'youDoNotHaveAnyEmailTaggedWithThis',
|
||||
);
|
||||
}
|
||||
|
||||
String get allLabels {
|
||||
return Intl.message(
|
||||
'All labels',
|
||||
name: 'allLabels',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user