From 87f424c26e4477e3ced43429e600bd918ba75fb9 Mon Sep 17 00:00:00 2001 From: Mikhail Kiselev Date: Tue, 10 Feb 2026 15:12:48 +0300 Subject: [PATCH] fix: i18n meeting name label --- frontend/src/lib/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/i18n.js b/frontend/src/lib/i18n.js index a6c8eea..1fb3f9f 100644 --- a/frontend/src/lib/i18n.js +++ b/frontend/src/lib/i18n.js @@ -163,7 +163,7 @@ export const translations = { // Setup page setup: { - title: 'New Meeting', + title: 'Meeting Name', participants: 'Participants', addParticipant: 'Add Participant', namePlaceholder: 'Participant name',