TF-3312 Add logout confirmation dialog

This commit is contained in:
dab246
2024-12-05 18:39:43 +07:00
committed by Dat H. Pham
parent ff71b07239
commit e1664710b3
9 changed files with 128 additions and 15 deletions
@@ -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',