TF-1718 Show dialog unsubscribe mail
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit d29ea95dc63719c35676fd87a82c73c55ee9db0d)
This commit is contained in:
@@ -3631,4 +3631,18 @@ class AppLocalizations {
|
||||
name: 'unsubscribe',
|
||||
);
|
||||
}
|
||||
|
||||
String get unsubscribeMail {
|
||||
return Intl.message(
|
||||
'Unsubscribe mail',
|
||||
name: 'unsubscribeMail',
|
||||
);
|
||||
}
|
||||
|
||||
String get unsubscribeMailDialogMessage {
|
||||
return Intl.message(
|
||||
'Are you sure you\'d like to stop receiving similar messages from',
|
||||
name: 'unsubscribeMailDialogMessage',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user