display a Contact support setting option when supported by the server
This commit is contained in:
committed by
Dat H. Pham
parent
0a00857a66
commit
772ac66d3b
@@ -2430,6 +2430,13 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String get contactSupport {
|
||||
return Intl.message(
|
||||
'Contact support',
|
||||
name: 'contactSupport',
|
||||
);
|
||||
}
|
||||
|
||||
String get subTitleReadReceiptRequestNotificationMessage {
|
||||
return Intl.message(
|
||||
'The sender has requested a Read receipt for this email. Send Read receipt?',
|
||||
|
||||
Reference in New Issue
Block a user