TF-4193 Add Label to Preferences in Setting
This commit is contained in:
@@ -5591,4 +5591,25 @@ class AppLocalizations {
|
||||
name: 'createNewLabelFailure',
|
||||
);
|
||||
}
|
||||
|
||||
String get labelVisibility {
|
||||
return Intl.message(
|
||||
'Label visibility',
|
||||
name: 'labelVisibility',
|
||||
);
|
||||
}
|
||||
|
||||
String get labelVisibilitySettingExplanation {
|
||||
return Intl.message(
|
||||
'Show labels assigned to emails directly in your message list for easier categorization.',
|
||||
name: 'labelVisibilitySettingExplanation',
|
||||
);
|
||||
}
|
||||
|
||||
String get labelVisibilityToggleDescription {
|
||||
return Intl.message(
|
||||
'Display labels',
|
||||
name: 'labelVisibilityToggleDescription',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user