update copy
This commit is contained in:
parent
a1dfc54c3d
commit
a0707f97b4
2 changed files with 1 additions and 4 deletions
|
@ -391,9 +391,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
|||
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.')}
|
||||
/>
|
||||
|
||||
<FormField
|
||||
|
|
|
@ -792,7 +792,6 @@
|
|||
"Create": "Create",
|
||||
"You have no rewards available.": "You have no rewards available.",
|
||||
"URL does not include name.": "URL does not include name.",
|
||||
"I Understand": "I Understand",
|
||||
"Enter \"%acknowledgement_text\"": "Enter \"%acknowledgement_text\"",
|
||||
"Dear computer, %acknowledgement_text%": "Dear computer, %acknowledgement_text%",
|
||||
"Enter \"%acknowledgement_text%\"": "Enter \"%acknowledgement_text%\"",
|
||||
|
|
Loading…
Add table
Reference in a new issue