From 69b6ef07a1d1c61a773056c156f101a771289602 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 23 Dec 2023 21:11:37 +0100 Subject: [PATCH] feat: Improve dialog text clarity --- assets/i18n/en_US.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/i18n/en_US.json b/assets/i18n/en_US.json index 2edee78e..940b3308 100644 --- a/assets/i18n/en_US.json +++ b/assets/i18n/en_US.json @@ -170,7 +170,7 @@ "installRootType": "Mount", "installNonRootType": "Normal", - "warning": "Disable auto updates after installing the app to avoid unexpected issues.", + "warning": "Disable auto updates for the patched app to avoid unexpected issues.", "pressBackAgain": "Press back again to cancel", "openButton": "Open", @@ -354,7 +354,7 @@ "status_failure_storage_description": "The installation failed due to insufficient storage.\n\nFree up some space and try again.", "status_failure_invalid_description": "The installation failed due to the patched app being invalid.\n\nUninstall the app and try again?", "status_failure_incompatible_description": "The app is incompatible with this device.\n\nContact the developer of the app and ask for support.", - "status_failure_conflict_description": "The installation was prevented by an existing installation of the app.\n\nUninstall the app and try again?", + "status_failure_conflict_description": "The installation was prevented by an existing installation of the app.\n\nUninstall the installed app and try again?", "status_failure_blocked_description": "The installation was blocked by {packageName}.\n\nAdjust your security settings and try again.", "install_failed_verification_failure_description": "The installation failed due to a verification issue.\n\nAdjust your security settings and try again.", "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?",