TF-2667 Show confirm dialog when send email failed

This commit is contained in:
dab246
2024-03-06 00:47:57 +07:00
committed by Dat H. Pham
parent ea58a4bd16
commit 57a41a6a50
7 changed files with 119 additions and 17 deletions
@@ -3962,4 +3962,16 @@ class AppLocalizations {
'Sending message',
name: 'sendingMessage');
}
String get warningMessageWhenSendEmailFailure {
return Intl.message(
'Sending of the message failed.\nAn error occurred while sending mail.',
name: 'warningMessageWhenSendEmailFailure');
}
String get closeAnyway {
return Intl.message(
'Close anyway',
name: 'closeAnyway');
}
}