diff --git a/src/components/views/settings/Notifications.tsx b/src/components/views/settings/Notifications.tsx index a488145153..766ba2c9c0 100644 --- a/src/components/views/settings/Notifications.tsx +++ b/src/components/views/settings/Notifications.tsx @@ -569,8 +569,8 @@ export default class Notifications extends React.PureComponent { const rows = this.state.vectorPushRules[category].map(r => { r.description } - { makeRadio(r, VectorState.On) } { makeRadio(r, VectorState.Off) } + { makeRadio(r, VectorState.On) } { makeRadio(r, VectorState.Loud) } ); @@ -594,8 +594,8 @@ export default class Notifications extends React.PureComponent { { sectionName } - { _t("On") } { _t("Off") } + { _t("On") } { _t("Noisy") }