From a2fa16f2d74d4b3df2696bea4848968343c12a70 Mon Sep 17 00:00:00 2001 From: WarmUpTill <19472752+WarmUpTill@users.noreply.github.com> Date: Fri, 3 Oct 2025 11:59:06 +0200 Subject: [PATCH] Fix typo --- data/locale/en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/locale/en-US.ini b/data/locale/en-US.ini index 7d21a33c..9cd538b8 100644 --- a/data/locale/en-US.ini +++ b/data/locale/en-US.ini @@ -1097,7 +1097,7 @@ AdvSceneSwitcher.action.websocket.api.genericWebsocket="Generic websocket messag AdvSceneSwitcher.action.websocket.type.request="Request" AdvSceneSwitcher.action.websocket.type.event="Event" AdvSceneSwitcher.action.websocket.settingsConflictGeneric="Possible settings conflict: Generic websocket message selection with connection which follows the OBS protocol!" -AdvSceneSwitcher.action.websocket.settingsConflictOBS="Possible settings conflict: Connection selected which only supports generic websockte messages while message type requires OBS protocol!" +AdvSceneSwitcher.action.websocket.settingsConflictOBS="Possible settings conflict: Connection selected which only supports generic websocket messages while message type requires OBS protocol!" AdvSceneSwitcher.action.websocket.entry.sceneSwitcher.request="Send{{api}}of type{{type}}via{{connection}}" AdvSceneSwitcher.action.websocket.entry.sceneSwitcher.event="Send{{api}}of type{{type}}to connected clients" AdvSceneSwitcher.action.websocket.entry.generic="Send{{api}}via{{connection}}"