We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e181a74 commit cbae85fCopy full SHA for cbae85f
client/modules/IDE/components/CollectionList/CollectionList.jsx
@@ -145,7 +145,7 @@ class CollectionList extends React.Component {
145
{this._renderFieldHeader('name', 'Name')}
146
{this._renderFieldHeader('createdAt', `${mobile ? '' : 'Date '}Created`)}
147
{this._renderFieldHeader('updatedAt', `${mobile ? '' : 'Date '}Updated`)}
148
- {this._renderFieldHeader('numItems', '# sketches')}
+ {this._renderFieldHeader('numItems', mobile ? 'Sketches' : '# sketches')}
149
<th scope="col"></th>
150
</tr>
151
</thead>
0 commit comments