diff --git a/client/modules/IDE/components/CollectionList/CollectionList.jsx b/client/modules/IDE/components/CollectionList/CollectionList.jsx index 9b9b3807..1007ca97 100644 --- a/client/modules/IDE/components/CollectionList/CollectionList.jsx +++ b/client/modules/IDE/components/CollectionList/CollectionList.jsx @@ -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')}