TF-801 Show notification message when vacation enabled
This commit is contained in:
@@ -1967,13 +1967,6 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String get configuration {
|
||||
return Intl.message(
|
||||
'Configuration',
|
||||
name: 'configuration',
|
||||
);
|
||||
}
|
||||
|
||||
String get vacationResponder {
|
||||
return Intl.message(
|
||||
'Vacation responder',
|
||||
@@ -2078,4 +2071,18 @@ class AppLocalizations {
|
||||
name: 'vacationSettingSaved',
|
||||
);
|
||||
}
|
||||
|
||||
String get yourVacationResponderIsEnabled {
|
||||
return Intl.message(
|
||||
'Your vacation responder is enabled.',
|
||||
name: 'yourVacationResponderIsEnabled',
|
||||
);
|
||||
}
|
||||
|
||||
String get disable {
|
||||
return Intl.message(
|
||||
'Disable',
|
||||
name: 'disable',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user