TF-1718 Show Unsubscribe button in email view on web & tablet

(cherry picked from commit 367c4ccfea750b2ba2d68d2e620abefdee1fbdf6)
This commit is contained in:
dab246
2023-11-15 14:46:06 +07:00
committed by Dat Vu
parent 9a37b717ac
commit 0c974e2316
4 changed files with 50 additions and 13 deletions
@@ -3624,4 +3624,11 @@ class AppLocalizations {
name: 'enterYourPasswordToSignIn'
);
}
String get unsubscribe {
return Intl.message(
'Unsubscribe',
name: 'unsubscribe',
);
}
}