From 69cb17adc8cb725930bf9b9abf1edbbc34b76242 Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Tue, 7 May 2024 17:03:45 +0900 Subject: [PATCH] Reword message for failure to join/find room (#2360) The message originally focused on the old feature of being able to create a room with a custom URL. Instead, be more direct & say that the current URL is for an inaccessible room. This new message is based on what Element Web says for this scenario. --- public/locales/en-GB/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en-GB/app.json b/public/locales/en-GB/app.json index fb39c772..7fd742cb 100644 --- a/public/locales/en-GB/app.json +++ b/public/locales/en-GB/app.json @@ -65,8 +65,8 @@ "banned_heading": "Banned", "call_ended_body": "You have been removed from the call.", "call_ended_heading": "Call ended", - "failed_heading": "Call not found", - "failed_text": "Calls are now end-to-end encrypted and need to be created from the home page. This helps make sure everyone's using the same encryption key.", + "failed_heading": "Failed to join", + "failed_text": "Call not found or is not accessible.", "knock_reject_body": "The room members declined your request to join.", "knock_reject_heading": "Not allowed to join", "reason": "Reason"