TF-888 Update new design for notification message vacation

This commit is contained in:
dab246
2022-09-12 10:16:41 +07:00
committed by Dat H. Pham
parent a07c5f6f80
commit fca73d4676
12 changed files with 202 additions and 69 deletions
+14 -7
View File
@@ -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',
);
}
}