fix: use user friendly strings (#1088)

This commit is contained in:
oSumAtrIX
2023-08-05 15:19:03 +02:00
committed by GitHub
parent 3cf06efddf
commit 2f471b3de4
2 changed files with 5 additions and 5 deletions

View File

@ -174,7 +174,7 @@ class HomeViewModel extends BaseViewModel {
context: context,
barrierDismissible: false,
builder: (context) => AlertDialog(
title: const Text('ReVanced Patches'),
title: const Text('Download ReVanced Patches?'),
content: ValueListenableBuilder(
valueListenable: autoUpdate,
builder: (context, value, child) {