mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix: use user friendly strings (#1088)
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user