From 1fd1b184eedc097de7e5be9d3a10c6414dd13f8c Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 5 Aug 2025 11:25:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC(frontend)=20update=20wording=20fro?= =?UTF-8?q?m=20"room=20address"=20to=20"room=20information"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change UI text to use "room information" instead of "room address" to better reflect the functionality whether copying just the meeting link or complete meeting details. --- src/frontend/src/locales/de/rooms.json | 6 +++--- src/frontend/src/locales/en/rooms.json | 6 +++--- src/frontend/src/locales/fr/rooms.json | 6 +++--- src/frontend/src/locales/nl/rooms.json | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/frontend/src/locales/de/rooms.json b/src/frontend/src/locales/de/rooms.json index bebb687c..34690aa6 100644 --- a/src/frontend/src/locales/de/rooms.json +++ b/src/frontend/src/locales/de/rooms.json @@ -226,9 +226,9 @@ "roomInformation": { "title": "Verbindungsinformationen", "button": { - "ariaLabel": "Kopiere deine Meeting-Adresse", - "copy": "Adresse kopieren", - "copied": "Adresse kopiert" + "ariaLabel": "Kopieren Sie die Informationen aus Ihrer Besprechung", + "copy": "Informationen kopieren", + "copied": "Informationen kopiert" }, "phone": { "call": "Rufen Sie an:", diff --git a/src/frontend/src/locales/en/rooms.json b/src/frontend/src/locales/en/rooms.json index 9cc87c4e..ee34d8eb 100644 --- a/src/frontend/src/locales/en/rooms.json +++ b/src/frontend/src/locales/en/rooms.json @@ -226,9 +226,9 @@ "roomInformation": { "title": "Connection Information", "button": { - "ariaLabel": "Copy your meeting address", - "copy": "Copy address", - "copied": "Address copied" + "ariaLabel": "Copy the information from your meeting", + "copy": "Copy information", + "copied": "Information copied" }, "phone": { "call": "Call:", diff --git a/src/frontend/src/locales/fr/rooms.json b/src/frontend/src/locales/fr/rooms.json index 8eb5bfea..36f5438a 100644 --- a/src/frontend/src/locales/fr/rooms.json +++ b/src/frontend/src/locales/fr/rooms.json @@ -226,9 +226,9 @@ "roomInformation": { "title": "Informations de connexions", "button": { - "ariaLabel": "Copier l'adresse de votre réunion", - "copy": "Copier l'adresse", - "copied": "Adresse copiée" + "ariaLabel": "Copier les informations de votre réunion", + "copy": "Copier les informations", + "copied": "Informations copiées" }, "phone": { "call": "Appelez le :", diff --git a/src/frontend/src/locales/nl/rooms.json b/src/frontend/src/locales/nl/rooms.json index 3ed64b8a..d3ef2626 100644 --- a/src/frontend/src/locales/nl/rooms.json +++ b/src/frontend/src/locales/nl/rooms.json @@ -226,9 +226,9 @@ "roomInformation": { "title": "Verbindingsinformatie", "button": { - "ariaLabel": "Kopieer je vergaderadres", - "copy": "Adres kopiëren", - "copied": "Adres gekopieerd" + "ariaLabel": "Kopieer de informatie van uw vergadering", + "copy": "Informatie kopiëren", + "copied": "Informatie gekopieerd" }, "phone": { "call": "Bel:",