1
0
Fork 0
forked from gitea/nas

Add list exclusive property stl support

This commit is contained in:
KMY 2023-06-07 14:48:43 +09:00
parent edb2a5dcf3
commit f59eb4c6d3
6 changed files with 19 additions and 12 deletions

View file

@ -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>

View file

@ -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",