Skip to content

Commit

Permalink
Small improvements to settings tab (#2789)
Browse files Browse the repository at this point in the history
* align profile tab.

* Fix descriptions
  • Loading branch information
Half-Shot authored Nov 15, 2024
1 parent d77e9e8 commit c1208ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions locales/de/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions locales/en-GB/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion src/settings/ProfileSettingsTab.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c1208ac

Please sign in to comment.