From 314468c68d1856ffc77145ec6b5a9a80065b8c3a Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 16 Apr 2025 20:57:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8(frontend)=20clarify=20"create=20a?= =?UTF-8?q?=20link"=20button=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update button text based on user feedback to more clearly communicate that it creates a link with Visio tool. Improves user understanding of the feature's purpose. --- src/frontend/src/locales/fr/sdk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/locales/fr/sdk.json b/src/frontend/src/locales/fr/sdk.json index 9718c43b..5f04ca3a 100644 --- a/src/frontend/src/locales/fr/sdk.json +++ b/src/frontend/src/locales/fr/sdk.json @@ -1,6 +1,6 @@ { "createMeeting": { - "createButton": "Créer un lien", + "createButton": "Créer un lien Visio", "joinButton": "Participer avec Visio", "copyLinkTooltip": "Copier le lien", "resetLabel": "Réinitialiser",