TF-3312 Add logout confirmation dialog
This commit is contained in:
@@ -4294,6 +4294,27 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String get yesLogout {
|
||||
return Intl.message(
|
||||
'Yes, Log out',
|
||||
name: 'yesLogout',
|
||||
);
|
||||
}
|
||||
|
||||
String get logoutConfirmation {
|
||||
return Intl.message(
|
||||
'Logout Confirmation',
|
||||
name: 'logoutConfirmation',
|
||||
);
|
||||
}
|
||||
|
||||
String get messageConfirmationLogout {
|
||||
return Intl.message(
|
||||
'Do you want to log out of',
|
||||
name: 'messageConfirmationLogout',
|
||||
);
|
||||
}
|
||||
|
||||
String get getHelpOrReportABug {
|
||||
return Intl.message(
|
||||
'Get help or report a bug',
|
||||
|
||||
Reference in New Issue
Block a user