From 7ec6dbdd5bf0f898e1cca190db5a92c486b37fc2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 2 Jan 2025 15:24:39 +0100 Subject: [PATCH] fix: Fix product name casing and spelling Signed-off-by: Joas Schilling --- docs/internal-signaling.md | 2 +- lib/TInitialState.php | 2 +- src/components/AdminSettings/HostedSignalingServer.vue | 2 +- src/components/AdminSettings/RecordingServers.vue | 2 +- src/components/AdminSettings/SIPBridge.vue | 2 +- src/components/AdminSettings/SignalingServers.vue | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/internal-signaling.md b/docs/internal-signaling.md index ab490d7733..cd9d6dbf83 100644 --- a/docs/internal-signaling.md +++ b/docs/internal-signaling.md @@ -53,4 +53,4 @@ Todo ### External signaling API -See [External signaling API](https://nextcloud-spreed-signaling.readthedocs.io/en/latest/) for the Signaling API of the High-Performance Backend. +See [External signaling API](https://nextcloud-spreed-signaling.readthedocs.io/en/latest/) for the Signaling API of the High-performance backend. diff --git a/lib/TInitialState.php b/lib/TInitialState.php index 8b6b5c5d0e..4d519677ff 100644 --- a/lib/TInitialState.php +++ b/lib/TInitialState.php @@ -45,7 +45,7 @@ trait TInitialState { if ($signalingMode === Config::SIGNALING_CLUSTER_CONVERSATION && !$this->memcacheFactory->isAvailable()) { throw new HintException( - 'High Performance Back-end clustering is only supported with a distributed cache!' + 'High-performance backend clustering is only supported with a distributed cache!' ); } diff --git a/src/components/AdminSettings/HostedSignalingServer.vue b/src/components/AdminSettings/HostedSignalingServer.vue index 80c9d56409..0b223bb257 100644 --- a/src/components/AdminSettings/HostedSignalingServer.vue +++ b/src/components/AdminSettings/HostedSignalingServer.vue @@ -8,7 +8,7 @@ id="hosted_signaling_server" class="hosted-signaling section">

- {{ t('spreed', 'Hosted high-performance backend') }} + {{ t('spreed', 'Hosted High-performance backend') }}

diff --git a/src/components/AdminSettings/RecordingServers.vue b/src/components/AdminSettings/RecordingServers.vue index d9d8de43f2..039c098613 100644 --- a/src/components/AdminSettings/RecordingServers.vue +++ b/src/components/AdminSettings/RecordingServers.vue @@ -12,7 +12,7 @@ + :text="t('spreed', 'Recording backend configuration is only possible with a High-performance backend.')" />