Fix wording and layout of voice mode settings

This commit is contained in:
N-Pex 2023-02-16 15:20:12 +01:00 committed by n8fr8
parent 0b38b0820f
commit e83a99a998
4 changed files with 33 additions and 8 deletions

View file

@ -894,6 +894,26 @@ body {
text-decoration: underline;
}
.with-right-label {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
text-align: start;
& > * {
flex: 1 1 auto;
}
& > *:last-child {
flex: 0 0 auto;
}
.option-title {
color: #000;
font-size: 16 * $chat-text-size;
}
.option-text {
font-size: 13 * $chat-text-size;
}
}
}
.header-button-left {

View file

@ -243,8 +243,9 @@
"export_room": "Export chat",
"user_admin": "Administrator",
"user_moderator": "Moderator",
"ui_options": "UI Options",
"audio_layout": "Use audio layout"
"experimental_features": "Experimental Features",
"voice_mode": "Voice mode",
"voice_mode_info": "Switches the chat interface to a 'listen and record' mode"
},
"room_info_sheet": {
"this_room": "This room",