format string for translation

This commit is contained in:
Julie Sigwart 2019-09-06 08:14:17 -07:00 committed by Sean Yesmunt
parent 58e18a71cf
commit 46a8a8635c

View file

@ -26,7 +26,7 @@ function ListBlocked(props: Props) {
<div className="main--empty">
<section className="card card--section">
<h2 className="card__title">{__('You arent 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>
)}