TF-888 Update new design for notification message vacation
This commit is contained in:
@@ -2065,13 +2065,6 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String get disable {
|
||||
return Intl.message(
|
||||
'Disable',
|
||||
name: 'disable',
|
||||
);
|
||||
}
|
||||
|
||||
String get yourVacationResponderIsDisabledSuccessfully {
|
||||
return Intl.message(
|
||||
'Your vacation responder is disabled successfully',
|
||||
@@ -2237,4 +2230,18 @@ class AppLocalizations {
|
||||
name: 'messageIsRequired',
|
||||
);
|
||||
}
|
||||
|
||||
String get endNow {
|
||||
return Intl.message(
|
||||
'End now',
|
||||
name: 'endNow',
|
||||
);
|
||||
}
|
||||
|
||||
String get vacationSetting {
|
||||
return Intl.message(
|
||||
'Vacation setting',
|
||||
name: 'vacationSetting',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user