publishes instead of files
This commit is contained in:
parent
541f6fc34a
commit
46ff0b62c9
1 changed files with 1 additions and 1 deletions
|
@ -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>}
|
||||
|
|
Loading…
Add table
Reference in a new issue