refactor(settings): improve clarity of the warning dialogs (#1058)

This commit is contained in:
Pun Butrach
2023-07-31 21:53:23 +07:00
committed by GitHub
parent 95632b7f55
commit 8ca6418630
39 changed files with 120 additions and 118 deletions

View File

@@ -102,7 +102,7 @@ class SExportSection extends StatelessWidget {
return showDialog(
context: context,
builder: (context) => AlertDialog(
title: I18nText('warning'),
title: I18nText('settingsView.resetStoredPatchesDialogTitle'),
backgroundColor: Theme.of(context).colorScheme.secondaryContainer,
content: I18nText(
'settingsView.resetStoredPatchesDialogText',