fix: Minor fixes
This commit is contained in:
parent
009a79c13f
commit
1c80090ccb
3 changed files with 11 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class _SettingsState extends State<Settings> {
|
|||
void logoutAction(BuildContext context) async {
|
||||
if (await showOkCancelAlertDialog(
|
||||
context: context,
|
||||
title: L10n.of(context).areYouSure,
|
||||
title: L10n.of(context).areYouSureYouWantToLogout,
|
||||
) ==
|
||||
OkCancelResult.cancel) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue