diff --git a/src_assets/common/assets/web/public/assets/locale/en.json b/src_assets/common/assets/web/public/assets/locale/en.json index a4fb9a1ffd5..83f43b6f5f0 100644 --- a/src_assets/common/assets/web/public/assets/locale/en.json +++ b/src_assets/common/assets/web/public/assets/locale/en.json @@ -368,10 +368,11 @@ "restart_sunshine_success": "Sunshine is restarting", "troubleshooting": "Troubleshooting", "unpair_all": "Unpair All", - "unpair_all_desc": "Remove your paired devices. Unpaired devices with an active session will remain connected, but cannot start or resume a session.", + "unpair_all_desc": "Remove your paired devices. Individually unpaired devices with an active session will remain connected, but cannot start or resume a session.", "unpair_all_error": "Error while unpairing", - "unpair_all_success": "However, the device(s) may still be in an active session. Use the 'Force Close' button above to end any open sessions.", + "unpair_all_success": "All devices unpaired.", "unpair_single_no_devices": "There are no paired devices.", + "unpair_single_success": "However, the device(s) may still be in an active session. Use the 'Force Close' button above to end any open sessions.", "unpair_single_unknown": "Unknown Client", "unpair_title": "Unpair Devices" }, diff --git a/src_assets/common/assets/web/troubleshooting.html b/src_assets/common/assets/web/troubleshooting.html index 249924e3f1b..3e945b9eaf8 100644 --- a/src_assets/common/assets/web/troubleshooting.html +++ b/src_assets/common/assets/web/troubleshooting.html @@ -88,10 +88,13 @@

{{ $t('troubleshooting.unpair_title'

{{ $t('troubleshooting.unpair_all_desc') }}

-
{{ $t('_common.success') }} {{ $t('troubleshooting.unpair_all_success') }}
+
{{ $t('_common.success') }} {{ $t('troubleshooting.unpair_single_success') }}
-
+
+ {{ $t('troubleshooting.unpair_all_success') }} +
+
{{ $t('troubleshooting.unpair_all_error') }}
@@ -190,7 +193,6 @@

{{ $t('troubleshooting.logs') }}

fetch("/api/clients/unpair-all", { method: "POST" }) .then((r) => r.json()) .then((r) => { - this.showApplyMessage = true; this.unpairAllPressed = false; this.unpairAllStatus = r.status.toString() === "true"; setTimeout(() => {