mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: use user friendly strings (#1088)
This commit is contained in:
parent
3cf06efddf
commit
2f471b3de4
@ -33,10 +33,10 @@
|
||||
"updatePatchesDialogTitle": "Update ReVanced Patches",
|
||||
"updateChangelogTitle": "Changelog",
|
||||
|
||||
"patchesConsentDialogText": "ReVanced Patches need to be downloaded to patch apps.",
|
||||
"patchesConsentDialogText2": "This will reveal your IP address to {url}.",
|
||||
"patchesConsentDialogText3": "Auto update",
|
||||
"patchesConsentDialogText3Sub": "You can still change this in the settings later",
|
||||
"patchesConsentDialogText": "ReVanced Patches needs to be downloaded.",
|
||||
"patchesConsentDialogText2": "This will connect you to {url}.",
|
||||
"patchesConsentDialogText3": "Auto update?",
|
||||
"patchesConsentDialogText3Sub": "You can change this in settings at a later time.",
|
||||
|
||||
"notificationTitle": "Update downloaded",
|
||||
"notificationText": "Tap to install the update",
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user