diff --git a/client/modules/IDE/components/CollectionList/CollectionList.jsx b/client/modules/IDE/components/CollectionList/CollectionList.jsx
index 0709c356..02a43297 100644
--- a/client/modules/IDE/components/CollectionList/CollectionList.jsx
+++ b/client/modules/IDE/components/CollectionList/CollectionList.jsx
@@ -142,7 +142,7 @@ class CollectionList extends React.Component {
{
this.state.addingSketchesToCollectionId && (
}
closeOverlay={this.hideAddSketches}
isFixedHeight
diff --git a/client/modules/IDE/components/CollectionList/CollectionListRow.jsx b/client/modules/IDE/components/CollectionList/CollectionListRow.jsx
index 16c789bc..c49d65ec 100644
--- a/client/modules/IDE/components/CollectionList/CollectionListRow.jsx
+++ b/client/modules/IDE/components/CollectionList/CollectionListRow.jsx
@@ -135,7 +135,7 @@ class CollectionListRowBase extends React.Component {
onBlur={this.onBlurComponent}
onFocus={this.onFocusComponent}
>
- Add sketches
+ Add sketch
{userIsOwner &&
diff --git a/client/modules/IDE/pages/IDEView.jsx b/client/modules/IDE/pages/IDEView.jsx
index 87531ea5..24843d32 100644
--- a/client/modules/IDE/pages/IDEView.jsx
+++ b/client/modules/IDE/pages/IDEView.jsx
@@ -380,7 +380,7 @@ class IDEView extends React.Component {
{this.props.location.pathname.match(/add-to-collection$/) &&
}
isFixedHeight
diff --git a/client/modules/User/components/Collection.jsx b/client/modules/User/components/Collection.jsx
index 9644d0dc..9374ea09 100644
--- a/client/modules/User/components/Collection.jsx
+++ b/client/modules/User/components/Collection.jsx
@@ -325,7 +325,7 @@ class Collection extends React.Component {
{
this.state.isAddingSketches && (
}
closeOverlay={this.hideAddSketches}
isFixedHeight