From c1208ac7b6a19adc2dd6c645db373c6fd994d562 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Fri, 15 Nov 2024 14:09:52 +0000 Subject: [PATCH] Small improvements to settings tab (#2789) * align profile tab. * Fix descriptions --- locales/de/app.json | 4 ++-- locales/en-GB/app.json | 4 ++-- src/settings/ProfileSettingsTab.module.css | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/locales/de/app.json b/locales/de/app.json index 744fa792..b73d8c3c 100644 --- a/locales/de/app.json +++ b/locales/de/app.json @@ -163,8 +163,8 @@ "preferences_tab": { "reactions_play_sound_description": "Einen Soundeffekt abspielen, wenn jemand eine Reaktion sendet", "reactions_play_sound_label": "Reaktionstöne abspielen", - "reactions_show_description": "Reaktionen anzeigen", - "reactions_show_label": "Zeige eine Animation, wenn jemand eine Reaktion sendet.", + "reactions_show_description": "Zeige eine Animation, wenn jemand eine Reaktion sendet.", + "reactions_show_label": "Reaktionen anzeigen", "reactions_title": "Reaktionen" }, "preferences_tab_body": "Hier können zusätzliche Optionen für individuelle Anforderungen eingestellt werden", diff --git a/locales/en-GB/app.json b/locales/en-GB/app.json index ca91d517..da713a59 100644 --- a/locales/en-GB/app.json +++ b/locales/en-GB/app.json @@ -163,8 +163,8 @@ "preferences_tab": { "reactions_play_sound_description": "Play a sound effect when anyone sends a reaction into a call.", "reactions_play_sound_label": "Play reaction sounds", - "reactions_show_description": "Show reactions", - "reactions_show_label": "Show an animation when anyone sends a reaction.", + "reactions_show_description": "Show an animation when anyone sends a reaction.", + "reactions_show_label": "Show reactions", "reactions_title": "Reactions" }, "preferences_tab_body": "Here you can configure extra options for an improved experience", diff --git a/src/settings/ProfileSettingsTab.module.css b/src/settings/ProfileSettingsTab.module.css index 756c6fbf..a87ed8bf 100644 --- a/src/settings/ProfileSettingsTab.module.css +++ b/src/settings/ProfileSettingsTab.module.css @@ -8,7 +8,8 @@ Please see LICENSE in the repository root for full details. .content { width: 100%; max-width: 350px; - align-self: center; + margin-left: auto; + margin-right: auto; } .avatarFieldRow {