From a0707f97b4c1cafc527814ca8dd2cc98d54de29a Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 15 Oct 2019 13:29:27 -0400 Subject: [PATCH] update copy --- src/ui/page/settings/view.jsx | 4 +--- static/app-strings.json | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) 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.')} />