TF-1683 Remove Plain text option of message in VacationView

(cherry picked from commit 9a6f9b2ecaf629140f0676bff1a33e524f17ebc1)
This commit is contained in:
dab246
2023-07-07 16:40:24 +07:00
committed by Dat H. Pham
parent 208158aa95
commit 559f3d1e11
6 changed files with 45 additions and 139 deletions
@@ -1250,12 +1250,6 @@ class AppLocalizations {
name: 'signature');
}
String get plain_text {
return Intl.message(
'Plain text',
name: 'plain_text');
}
String get html_template {
return Intl.message(
'Html template',