publishes instead of files

This commit is contained in:
Jeremy Kauffman 2019-02-18 13:46:51 -05:00 committed by GitHub
parent 541f6fc34a
commit 46ff0b62c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ class ChannelTile extends React.PureComponent<Props> {
<div className="media__subtitle">
{totalItems > 0 && (
<span>
{totalItems} {totalItems === 1 ? 'file' : 'files'}
{totalItems} {totalItems === 1 ? 'publish' : 'publishes'}
</span>
)}
{!isResolvingUri && !totalItems && <span>This is an empty channel.</span>}