From 52cb99611012dabdebb8caae51fb211bd8fdc58b Mon Sep 17 00:00:00 2001 From: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com> Date: Thu, 18 Apr 2024 22:19:53 -0400 Subject: [PATCH] Rename unpair_all_desc to unpair_desc --- src_assets/common/assets/web/public/assets/locale/en.json | 2 +- src_assets/common/assets/web/troubleshooting.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 3c2f6d5aa1d..7dfde1879df 100644 --- a/src_assets/common/assets/web/public/assets/locale/en.json +++ b/src_assets/common/assets/web/public/assets/locale/en.json @@ -367,9 +367,9 @@ "restart_sunshine_success": "Sunshine is restarting", "troubleshooting": "Troubleshooting", "unpair_all": "Unpair All", - "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": "All devices unpaired.", + "unpair_desc": "Remove your paired devices. Individually unpaired devices with an active session will remain connected, but cannot start or resume a session.", "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", diff --git a/src_assets/common/assets/web/troubleshooting.html b/src_assets/common/assets/web/troubleshooting.html index 18db89807d7..2c40529509b 100644 --- a/src_assets/common/assets/web/troubleshooting.html +++ b/src_assets/common/assets/web/troubleshooting.html @@ -86,7 +86,7 @@

{{ $t('troubleshooting.unpair_title'
-

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

+

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

{{ $t('_common.success') }} {{ $t('troubleshooting.unpair_single_success') }}