Skip to content

Commit

Permalink
fix: use user friendly strings (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX authored Aug 5, 2023
1 parent 3cf06ef commit 2f471b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions assets/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/views/home/home_viewmodel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2f471b3

Please sign in to comment.