TF-3278 Handle open app via deep link at MailboxDashboard screen
This commit is contained in:
@@ -4315,6 +4315,27 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String get switchAccountConfirmation {
|
||||
return Intl.message(
|
||||
'Switch Account Confirmation',
|
||||
name: 'switchAccountConfirmation',
|
||||
);
|
||||
}
|
||||
|
||||
String get youAreCurrentlyLoggedInWith {
|
||||
return Intl.message(
|
||||
'You are currently logged in with',
|
||||
name: 'youAreCurrentlyLoggedInWith',
|
||||
);
|
||||
}
|
||||
|
||||
String get doYouWantToLogOutAndSwitchTo {
|
||||
return Intl.message(
|
||||
'Do you want to log out and switch to',
|
||||
name: 'doYouWantToLogOutAndSwitchTo',
|
||||
);
|
||||
}
|
||||
|
||||
String get getHelpOrReportABug {
|
||||
return Intl.message(
|
||||
'Get help or report a bug',
|
||||
|
||||
Reference in New Issue
Block a user