From a5511c2a2cfc10995d7908341b44b465588d6c86 Mon Sep 17 00:00:00 2001 From: Canny <94744045+Canny1913@users.noreply.github.com> Date: Mon, 26 Sep 2022 23:36:17 +0300 Subject: [PATCH] feat: update unsupported button title --- assets/i18n/en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/i18n/en_US.json b/assets/i18n/en_US.json index 52285468..809679b7 100644 --- a/assets/i18n/en_US.json +++ b/assets/i18n/en_US.json @@ -80,7 +80,7 @@ "selectAllPatchesWarningContent": "You are about to select all patches, that includes unrecommended patches and can cause unwanted behavior." }, "patchItem": { - "unsupportedWarningButton": "Unsupported version", + "unsupportedWarningButton": "Warning", "unsupportedDialogTitle": "Warning", "unsupportedDialogText": "Selecting this patch may result in patching errors.\n\nApp version: {packageVersion}\nCurrent supported versions:\n{supportedVersions}" },