From 1b110e5bd5c852042aec11967f0e7b01f23ca91e Mon Sep 17 00:00:00 2001
From: aAbed <39409020+TheAabedKhan@users.noreply.github.com>
Date: Thu, 17 Oct 2024 22:00:11 +0545
Subject: [PATCH] fixup: string correction

---
 assets/i18n/strings.i18n.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/assets/i18n/strings.i18n.json b/assets/i18n/strings.i18n.json
index 63af9768a0..e1b9d4128c 100755
--- a/assets/i18n/strings.i18n.json
+++ b/assets/i18n/strings.i18n.json
@@ -55,8 +55,8 @@
     "widgetTitle": "Patcher",
     "patchButton": "Patch",
     "incompatibleArchWarningDialogText": "Patching on this architecture is not yet supported and might fail. Continue anyways?",
-    "removedPatchesWarningDialogText": "Removed patches since the last time you used them:\n\n${patches}\n\n${newPatches}Continue anyways?",
-    "addedPatchesDialogText": "Added patches since the last time you used them:\n\n${addedPatches}\n\n",
+    "removedPatchesWarningDialogText": "Removed patches since the last time you patched this app:\n\n${patches}\n\n${newPatches}Continue anyways?",
+    "addedPatchesDialogText": "Added patches since the last time you patched this app:\n\n${addedPatches}\n\n",
     "requiredOptionDialogText": "Some patch options have to be set."
   },
   "appSelectorCard": {
@@ -291,4 +291,4 @@
     "install_failed_version_downgrade_description": "The installation failed due to the patched app being a lower version than the installed app.\n\nUninstall the app and try again?",
     "status_unknown_description": "The installation failed due to an unknown reason. Please try again."
   }
-}
\ No newline at end of file
+}