TF-3290 Only show reconnection confirm dialog when composer is opened
This commit is contained in:
@@ -4149,13 +4149,6 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String get dialogMessageSessionHasExpired {
|
||||
return Intl.message(
|
||||
'The current session has expired. Please reconnect to the server',
|
||||
name: 'dialogMessageSessionHasExpired',
|
||||
);
|
||||
}
|
||||
|
||||
String get sMimeGoodSignatureMessage {
|
||||
return Intl.message(
|
||||
'The authenticity of this message had been verified with SMime signature.',
|
||||
@@ -4343,6 +4336,14 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String get messageWarningDialogWhenExpiredOIDCTokenAndReconnection {
|
||||
return Intl.message(
|
||||
'Your session expired. We need to take you back to the login page in order to refresh it. You might want to save the email you are currently editing before we do so.',
|
||||
name: 'messageWarningDialogWhenExpiredOIDCTokenAndReconnection',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
String get replyToList {
|
||||
return Intl.message(
|
||||
'Reply to list',
|
||||
|
||||
Reference in New Issue
Block a user