💄 reduce '# sketches' to 'Sketches' on collections list

This commit is contained in:
ghalestrilo 2020-08-13 16:17:23 -03:00
parent e181a741b1
commit cbae85fa51
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class CollectionList extends React.Component {
{this._renderFieldHeader('name', 'Name')}
{this._renderFieldHeader('createdAt', `${mobile ? '' : 'Date '}Created`)}
{this._renderFieldHeader('updatedAt', `${mobile ? '' : 'Date '}Updated`)}
{this._renderFieldHeader('numItems', '# sketches')}
{this._renderFieldHeader('numItems', mobile ? 'Sketches' : '# sketches')}
<th scope="col"></th>
</tr>
</thead>