format string for translation
This commit is contained in:
parent
58e18a71cf
commit
46a8a8635c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ function ListBlocked(props: Props) {
|
|||
<div className="main--empty">
|
||||
<section className="card card--section">
|
||||
<h2 className="card__title">{__('You aren’t blocking any channels')}</h2>
|
||||
<p className="card__subtitle">When you block a channel, all content from that channel will be hidden.</p>
|
||||
<p className="card__subtitle">{__('When you block a channel, all content from that channel will be hidden.')}</p>
|
||||
</section>
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue