TF-1897 Implement resend sending email when failed
(cherry picked from commit f508b65688503e9ae8ece5a1924e84481b98a39e)
This commit is contained in:
@@ -2995,4 +2995,16 @@ class AppLocalizations {
|
||||
name: 'connectedToTheInternet'
|
||||
);
|
||||
}
|
||||
|
||||
String get resend {
|
||||
return Intl.message(
|
||||
'Resend',
|
||||
name: 'resend');
|
||||
}
|
||||
|
||||
String get messagesHaveBeenResent {
|
||||
return Intl.message(
|
||||
'Messages have been resent',
|
||||
name: 'messagesHaveBeenResent');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user