From 739adfce411d4069c0b5f0346b8a223016e1b9e8 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:55:03 +0700 Subject: [PATCH] Update translations --- dist/better-xcloud.user.js | 2 +- src/utils/translation.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/better-xcloud.user.js b/dist/better-xcloud.user.js index 7e070fa..bdc91fd 100644 --- a/dist/better-xcloud.user.js +++ b/dist/better-xcloud.user.js @@ -358,7 +358,7 @@ var SUPPORTED_LANGUAGES = { edit: "Edit", "enable-controller-shortcuts": "Enable controller shortcuts", "enable-local-co-op-support": "Enable local co-op support", - "enable-local-co-op-support-note": "Only works if the game doesn't require a different profile", + "enable-local-co-op-support-note": "Only works with some games", "enable-mic-on-startup": "Enable microphone on game launch", "enable-mkb": "Emulate controller with Mouse & Keyboard", "enable-quick-glance-mode": "Enable \"Quick Glance\" mode", diff --git a/src/utils/translation.ts b/src/utils/translation.ts index f085c72..087f09d 100644 --- a/src/utils/translation.ts +++ b/src/utils/translation.ts @@ -97,7 +97,7 @@ const Texts = { "edit": "Edit", "enable-controller-shortcuts": "Enable controller shortcuts", "enable-local-co-op-support": "Enable local co-op support", - "enable-local-co-op-support-note": "Only works if the game doesn't require a different profile", + "enable-local-co-op-support-note": "Only works with some games", "enable-mic-on-startup": "Enable microphone on game launch", "enable-mkb": "Emulate controller with Mouse & Keyboard", "enable-quick-glance-mode": "Enable \"Quick Glance\" mode",