From 580d50eb8db3f419a3ec2896eb94c8050235e038 Mon Sep 17 00:00:00 2001 From: Ushie Date: Thu, 10 Aug 2023 00:05:47 +0300 Subject: [PATCH] fix: use right label for auto patch --- assets/i18n/en_US.json | 1 + lib/ui/widgets/settingsView/settings_auto_update_patches.dart | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/i18n/en_US.json b/assets/i18n/en_US.json index 0d3a80d8..2f7e1b64 100644 --- a/assets/i18n/en_US.json +++ b/assets/i18n/en_US.json @@ -200,6 +200,7 @@ "logsLabel": "Logs", "logsHint": "Share Manager's logs", + "autoUpdatePatchesLabel": "Auto update patches", "autoUpdatePatchesHint": "Automatically update ReVanced Patches to the latest version", "experimentalUniversalPatchesLabel": "Experimental universal patches support", "experimentalUniversalPatchesHint": "Display all applications to use with universal patches, loading list of apps may be slower", diff --git a/lib/ui/widgets/settingsView/settings_auto_update_patches.dart b/lib/ui/widgets/settingsView/settings_auto_update_patches.dart index 438882c8..2063d658 100644 --- a/lib/ui/widgets/settingsView/settings_auto_update_patches.dart +++ b/lib/ui/widgets/settingsView/settings_auto_update_patches.dart @@ -17,7 +17,7 @@ class _SAutoUpdatePatchesState extends State { return SwitchListTile( contentPadding: const EdgeInsets.symmetric(horizontal: 20.0), title: I18nText( - 'homeView.patchesConsentDialogText3', + 'settingsView.autoUpdatePatchesLabel', child: const Text( '', style: TextStyle(