File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
components/CollectionList Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ class CollectionList extends React.Component {
142
142
{
143
143
this . state . addingSketchesToCollectionId && (
144
144
< Overlay
145
- title = "Add sketches "
145
+ title = "Add sketch "
146
146
actions = { < SketchSearchbar /> }
147
147
closeOverlay = { this . hideAddSketches }
148
148
isFixedHeight
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ class CollectionListRowBase extends React.Component {
135
135
onBlur = { this . onBlurComponent }
136
136
onFocus = { this . onFocusComponent }
137
137
>
138
- Add sketches
138
+ Add sketch
139
139
</ button >
140
140
</ li >
141
141
{ userIsOwner &&
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ class IDEView extends React.Component {
380
380
{ this . props . location . pathname . match ( / a d d - t o - c o l l e c t i o n $ / ) &&
381
381
< Overlay
382
382
ariaLabel = "add to collection"
383
- title = "Add sketch to collection"
383
+ title = "Add to collection"
384
384
previousPath = { this . props . ide . previousPath }
385
385
actions = { < CollectionSearchbar /> }
386
386
isFixedHeight
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ class Collection extends React.Component {
325
325
{
326
326
this . state . isAddingSketches && (
327
327
< Overlay
328
- title = "Add sketches "
328
+ title = "Add sketch "
329
329
actions = { < SketchSearchbar /> }
330
330
closeOverlay = { this . hideAddSketches }
331
331
isFixedHeight
You can’t perform that action at this time.
0 commit comments