TF-1718 Show Unsubscribe button in email view on web & tablet
(cherry picked from commit 367c4ccfea750b2ba2d68d2e620abefdee1fbdf6)
This commit is contained in:
@@ -3624,4 +3624,11 @@ class AppLocalizations {
|
||||
name: 'enterYourPasswordToSignIn'
|
||||
);
|
||||
}
|
||||
|
||||
String get unsubscribe {
|
||||
return Intl.message(
|
||||
'Unsubscribe',
|
||||
name: 'unsubscribe',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user