Add list exclusive property stl support
This commit is contained in:
parent
edb2a5dcf3
commit
f59eb4c6d3
6 changed files with 19 additions and 12 deletions
|
@ -209,7 +209,7 @@ class ListTimeline extends PureComponent {
|
|||
<div className='setting-toggle'>
|
||||
<Toggle id={`list-${id}-exclusive`} defaultChecked={isExclusive} onChange={this.onExclusiveToggle} />
|
||||
<label htmlFor={`list-${id}-exclusive`} className='setting-toggle__label'>
|
||||
<FormattedMessage id='lists.exclusive' defaultMessage='Hide these posts from home' />
|
||||
<FormattedMessage id='lists.exclusive' defaultMessage='Hide these posts from home or STL' />
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -365,7 +365,7 @@
|
|||
"lists.delete": "Delete list",
|
||||
"lists.edit": "Edit list",
|
||||
"lists.edit.submit": "Change title",
|
||||
"lists.exclusive": "Hide these posts from home",
|
||||
"lists.exclusive": "Hide these posts from home or STL",
|
||||
"lists.new.create": "Add list",
|
||||
"lists.new.title_placeholder": "New list title",
|
||||
"lists.replies_policy.followed": "Any followed user",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue