diff --git a/src/ui/page/settings/view.jsx b/src/ui/page/settings/view.jsx index 63f885eaf..2400be8d4 100644 --- a/src/ui/page/settings/view.jsx +++ b/src/ui/page/settings/view.jsx @@ -391,9 +391,7 @@ class SettingsPage extends React.PureComponent { onChange={() => setClientSetting(SETTINGS.SHOW_ANONYMOUS, !showAnonymous)} checked={showAnonymous} label={__('Show anonymous content')} - helper={__( - 'You can opt for displaying contents published anonymously, i.e. contents published without a channel identity.' - )} + helper={__('Anonymous content is published without a channel.')} />