Fix untranslatable string "People" in notifications beta (#30165)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2025-06-19 13:38:36 +01:00 committed by GitHub
parent 5ad0dceae0
commit a3b51edc51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) => {