diff --git a/src/lib/components/chat/Settings/Interface.svelte b/src/lib/components/chat/Settings/Interface.svelte index 59b5a111c4..41fe864d47 100644 --- a/src/lib/components/chat/Settings/Interface.svelte +++ b/src/lib/components/chat/Settings/Interface.svelte @@ -489,7 +489,7 @@ type="button" > {notificationSound === true ? $i18n.t('On') : $i18n.t('Off')}{landingPageMode === '' ? $i18n.t('Default') : $i18n.t('Chat')}