TF-4193 Handle multi click to enable Label visibility feature
This commit is contained in:
@@ -5612,4 +5612,11 @@ class AppLocalizations {
|
||||
name: 'labelVisibilityToggleDescription',
|
||||
);
|
||||
}
|
||||
|
||||
String get theLabelFeatureIsNowAvailable {
|
||||
return Intl.message(
|
||||
'The label feature is now available.',
|
||||
name: 'theLabelFeatureIsNowAvailable',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user