Decouples the in-chat sounds from the notification sound settings
This commit is contained in:
parent
401362f1d4
commit
7a71c6ab80
2 changed files with 1 additions and 2 deletions
|
@ -3894,7 +3894,7 @@
|
||||||
"description": "(deleted 03/29/2023) Description for audio notification setting"
|
"description": "(deleted 03/29/2023) Description for audio notification setting"
|
||||||
},
|
},
|
||||||
"icu:audioNotificationDescription": {
|
"icu:audioNotificationDescription": {
|
||||||
"messageformat": "Play notification sounds",
|
"messageformat": "Push notification sounds",
|
||||||
"description": "Description for audio notification setting"
|
"description": "Description for audio notification setting"
|
||||||
},
|
},
|
||||||
"callRingtoneNotificationDescription": {
|
"callRingtoneNotificationDescription": {
|
||||||
|
|
|
@ -905,7 +905,6 @@ export function Preferences({
|
||||||
<Checkbox
|
<Checkbox
|
||||||
checked={hasMessageAudio}
|
checked={hasMessageAudio}
|
||||||
description={i18n('icu:Preferences__message-audio-description')}
|
description={i18n('icu:Preferences__message-audio-description')}
|
||||||
disabled={!hasAudioNotifications}
|
|
||||||
label={i18n('icu:Preferences__message-audio-title')}
|
label={i18n('icu:Preferences__message-audio-title')}
|
||||||
moduleClassName="Preferences__checkbox"
|
moduleClassName="Preferences__checkbox"
|
||||||
name="messageAudio"
|
name="messageAudio"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue