fix: Minor fixes

This commit is contained in:
Christian Pauly 2021-02-06 20:16:58 +01:00
commit 1c80090ccb
3 changed files with 11 additions and 1 deletions

View file

@ -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;