From ac7b0aa8f83892fd9f3673ee9de133d1c29a3975 Mon Sep 17 00:00:00 2001 From: DorraJaouad Date: Thu, 28 Nov 2024 12:24:23 +0100 Subject: [PATCH] fix: fix wording and resolve ts issues. Added a subsection in lobby settings Signed-off-by: DorraJaouad --- .../ConversationSettings/LobbySettings.vue | 51 +++++++++---------- src/components/ImportEmailsDialog.vue | 44 +++++++++++----- 2 files changed, 56 insertions(+), 39 deletions(-) diff --git a/src/components/ConversationSettings/LobbySettings.vue b/src/components/ConversationSettings/LobbySettings.vue index 775414a1ba4..9ca17fa695d 100644 --- a/src/components/ConversationSettings/LobbySettings.vue +++ b/src/components/ConversationSettings/LobbySettings.vue @@ -9,26 +9,12 @@ -
- - {{ t('spreed', 'Enable lobby, restricting the conversation to moderators') }} - - - - - {{ t('spreed', 'Import e-mail participants') }} - - - -
+ + {{ t('spreed', 'Enable lobby, restricting the conversation to moderators') }} +
+
+

+ {{ t('spreed', 'Import email participants') }} +

+
+ {{ t('spreed', 'You can import a list of email participants from a CSV file.') }} +
+ + + {{ t('spreed', 'Import e-mail participants') }} + + + +
@@ -228,12 +233,6 @@ export default {