💄 reduce '# sketches' to 'Sketches' on collections list
This commit is contained in:
parent
e181a741b1
commit
cbae85fa51
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue