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)}
|
onChange={() => setClientSetting(SETTINGS.SHOW_ANONYMOUS, !showAnonymous)}
|
||||||
checked={showAnonymous}
|
checked={showAnonymous}
|
||||||
label={__('Show anonymous content')}
|
label={__('Show anonymous content')}
|
||||||
helper={__(
|
helper={__('Anonymous content is published without a channel.')}
|
||||||
'You can opt for displaying contents published anonymously, i.e. contents published without a channel identity.'
|
|
||||||
)}
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<FormField
|
<FormField
|
||||||
|
|
|
@ -792,7 +792,6 @@
|
||||||
"Create": "Create",
|
"Create": "Create",
|
||||||
"You have no rewards available.": "You have no rewards available.",
|
"You have no rewards available.": "You have no rewards available.",
|
||||||
"URL does not include name.": "URL does not include name.",
|
"URL does not include name.": "URL does not include name.",
|
||||||
"I Understand": "I Understand",
|
|
||||||
"Enter \"%acknowledgement_text\"": "Enter \"%acknowledgement_text\"",
|
"Enter \"%acknowledgement_text\"": "Enter \"%acknowledgement_text\"",
|
||||||
"Dear computer, %acknowledgement_text%": "Dear computer, %acknowledgement_text%",
|
"Dear computer, %acknowledgement_text%": "Dear computer, %acknowledgement_text%",
|
||||||
"Enter \"%acknowledgement_text%\"": "Enter \"%acknowledgement_text%\"",
|
"Enter \"%acknowledgement_text%\"": "Enter \"%acknowledgement_text%\"",
|
||||||
|
|
Loading…
Add table
Reference in a new issue