mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 05:36:17 +00:00
refactor(settings): improve clarity of the warning dialogs (#1058)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user