From da63db26d6e61839483c7f2105e2b5d9c390871c Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Wed, 11 Dec 2024 09:22:12 +0000 Subject: [PATCH] Add missing full stops from end of settings descriptions (#2883) For consistency --- locales/en/app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/en/app.json b/locales/en/app.json index 07dd53e3..1c1f7ecc 100644 --- a/locales/en/app.json +++ b/locales/en/app.json @@ -147,7 +147,7 @@ "screenshare_button_label": "Share screen", "settings": { "audio_tab": { - "effect_volume_description": "Volume for sound effects such as: joining or leaving a call, and reactions.", + "effect_volume_description": "Adjust the volume at which reactions and hand raised effects play.", "effect_volume_label": "Sound effect volume" }, "developer_settings_label": "Developer Settings", @@ -168,9 +168,9 @@ "reactions_show_label": "Show reactions", "reactions_title": "Reactions" }, - "preferences_tab_body": "Here you can configure extra options for an improved experience", + "preferences_tab_body": "Here you can configure extra options for an improved experience.", "preferences_tab_h4": "Preferences", - "preferences_tab_show_hand_raised_timer_description": "Show a timer when a participant raises their hand", + "preferences_tab_show_hand_raised_timer_description": "Show a timer when a participant raises their hand.", "preferences_tab_show_hand_raised_timer_label": "Show hand raise duration", "speaker_device_selection_label": "Speaker" },