Sidebar fixes

This commit is contained in:
Jori Lallo
2017-02-09 23:05:22 -08:00
parent ea1bd165ce
commit 40ae9cd192
2 changed files with 1 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ class Sidebar extends React.Component {
onClick={ this.toggleEdit }
className={ cx(styles.action, { active: this.store.isEditing }) }
>
{ !this.store.isEditing ? 'Organize documents' : 'Save' }
{ !this.store.isEditing ? 'Organize documents' : 'Done' }
</span>
</Flex>
</Flex>