Fix links and wording
This commit is contained in:
parent
6b4ef92c6f
commit
e8ea9669c9
5 changed files with 5 additions and 5 deletions
|
|
@ -193,7 +193,7 @@ const ComposeForm = React.createClass({
|
|||
<Collapsable isVisible={!(this.props.private || reply_to_other)} fullHeight={39.5}>
|
||||
<label className='compose-form__label'>
|
||||
<Toggle checked={this.props.unlisted} onChange={this.handleChangeListability} />
|
||||
<span className='compose-form__label__text'><FormattedMessage id='compose_form.unlisted' defaultMessage='Do not display in public timeline' /></span>
|
||||
<span className='compose-form__label__text'><FormattedMessage id='compose_form.unlisted' defaultMessage='Do not display on public timelines' /></span>
|
||||
</label>
|
||||
</Collapsable>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue