TF-802 Disable vacation responder in notification message

This commit is contained in:
dab246
2022-08-18 16:16:59 +07:00
committed by Dat H. Pham
parent 610d5771b4
commit 20a2e94b8e
11 changed files with 111 additions and 7 deletions
@@ -2085,4 +2085,11 @@ class AppLocalizations {
name: 'disable',
);
}
String get yourVacationResponderIsDisabledSuccessfully {
return Intl.message(
'Your vacation responder is disabled successfully',
name: 'yourVacationResponderIsDisabledSuccessfully',
);
}
}