From 8bf617395b878b2a2020f936c30ace9f4486fdca Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 16 Jan 2025 16:25:45 -0500 Subject: [PATCH] Simplify error wording further --- locales/en/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en/app.json b/locales/en/app.json index 3e7c64a7..cbb001da 100644 --- a/locales/en/app.json +++ b/locales/en/app.json @@ -77,10 +77,10 @@ "call_not_found": "Call not found", "call_not_found_description": "<0>That link doesn't appear to belong to any existing call. Check that you have the right link, or <1>create a new one.", "connection_failed": "Connection failed", - "connection_failed_description": "Could not connect to the call server. Check your network connection or try again later.", + "connection_failed_description": "Could not connect to the call. Check your network connection or try again later.", "connection_lost": "Connection lost", "connection_lost_description": "You were disconnected from the call.", - "connection_rejected_description": "Could not connect to the call server. Try again later or contact your server admin if this persists.", + "connection_rejected_description": "Could not connect to the call. Try again later or contact your server admin if this persists.", "e2ee_unsupported": "Incompatible browser", "e2ee_unsupported_description": "Your web browser does not support encrypted calls. Supported browsers include Chrome, Safari, and Firefox 117+.", "generic": "Something went wrong",