From d6502f07397d2a1ac9431c0a59b98604a75bf165 Mon Sep 17 00:00:00 2001 From: Emmanuel Pelletier Date: Wed, 24 Jul 2024 18:01:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90(home)=20fix=20obsolete=20locale=20?= =?UTF-8?q?string?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit examples are handled in the code instead of needing translations --- src/frontend/src/locales/en/home.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/locales/en/home.json b/src/frontend/src/locales/en/home.json index a23d3b24..0c4ae3be 100644 --- a/src/frontend/src/locales/en/home.json +++ b/src/frontend/src/locales/en/home.json @@ -2,7 +2,7 @@ "createMeeting": "Create a meeting", "heading": "Welcome in Meet", "intro": "Work easily, from anywhere.", - "joinInputError": "Use a meeting link or its code. Examples: \"https://meet.numerique.gouv.fr/aze-rtyu-iop\" or \"aze-rtyu-iop\".", + "joinInputError": "Use a meeting link or code. Examples:", "joinInputExample": "URL or 10-letter code", "joinInputLabel": "Meeting link", "joinInputSubmit": "Join meeting",