diff --git a/frontend/src/components/toolbar/markdown-viewer-toolbar.js b/frontend/src/components/toolbar/markdown-viewer-toolbar.js index 2b71ea374c..7897586ddd 100644 --- a/frontend/src/components/toolbar/markdown-viewer-toolbar.js +++ b/frontend/src/components/toolbar/markdown-viewer-toolbar.js @@ -38,13 +38,13 @@ class MarkdownViewerToolbar extends React.Component { {(this.props.hasDraft && !this.props.isDraft) &&
{gettext('This file is in draft stage.')} - {gettext('View draft')}
+ {gettext('View Draft')}
}
{ (!this.props.hasDraft && !this.props.isDraft) && + {gettext('New Draft')} } {this.props.collabUsers.length > 0 && } @@ -68,7 +68,7 @@ class MarkdownViewerToolbar extends React.Component { } { this.props.showFileHistory && + text={gettext('File History')} onMouseDown={this.props.toggleHistory} icon={'fa fa-history'}/> }