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") } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index ee8dda1ee4..2ec48f5d43 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1146,8 +1146,8 @@ "New keyword": "New keyword", "Global": "Global", "Mentions & keywords": "Mentions & keywords", - "On": "On", "Off": "Off", + "On": "On", "Noisy": "Noisy", "Notification targets": "Notification targets", "There was an error loading your notification settings.": "There was an error loading your notification settings.",