mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-19 17:41:08 +01:00
Fix untranslatable string "People" in notifications beta (#30165)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
5ad0dceae0
commit
a3b51edc51
@ -182,7 +182,7 @@ export default function NotificationSettings2(): JSX.Element {
|
|||||||
description={_t("settings|notifications|play_sound_for_description")}
|
description={_t("settings|notifications|play_sound_for_description")}
|
||||||
>
|
>
|
||||||
<LabelledCheckbox
|
<LabelledCheckbox
|
||||||
label="People"
|
label={_t("common|people")}
|
||||||
value={settings.sound.people !== undefined}
|
value={settings.sound.people !== undefined}
|
||||||
disabled={disabled || settings.defaultLevels.dm === RoomNotifState.MentionsOnly}
|
disabled={disabled || settings.defaultLevels.dm === RoomNotifState.MentionsOnly}
|
||||||
onChange={(value) => {
|
onChange={(value) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user