From 764c6fce24ac3933a4311dfd888ea2e4b7c553cb Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 12 Jun 2025 23:54:40 -0400 Subject: [PATCH] Fix missing text on "Call not found" screen --- locales/en/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en/app.json b/locales/en/app.json index e8a86fcc..480bd0bd 100644 --- a/locales/en/app.json +++ b/locales/en/app.json @@ -82,7 +82,7 @@ "error": { "call_is_not_supported": "Call is not supported", "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.", + "call_not_found_description": "<0>That link doesn't appear to belong to any existing call. Check that you have the right link, or <2>create a new one.", "connection_lost": "Connection lost", "connection_lost_description": "You were disconnected from the call.", "e2ee_unsupported": "Incompatible browser",