1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

fix translation

This commit is contained in:
Michael An
2019-04-03 18:01:23 +08:00
parent 1b673b5cd5
commit 523435ca6c
5 changed files with 12 additions and 12 deletions

View File

@@ -205,15 +205,15 @@ class DirentListView extends React.Component {
<div className="big-new-file-button-group">
<div className="d-flex justify-content-center">
<button className="big-new-file-button" onClick={this.onCreateNewFile.bind(this, '.md')}>
{'+ '}{gettext('Markdown')}</button>
{'+ Markdown'}</button>
<button className="big-new-file-button" onClick={this.onCreateNewFile.bind(this, '.ppt')}>
{'+ '}{gettext('PPT')}</button>
{'+ PPT'}</button>
</div>
<div className="d-flex justify-content-center">
<button className="big-new-file-button" onClick={this.onCreateNewFile.bind(this, '.doc')}>
{'+ '}{gettext('Word')}</button>
{'+ Word'}</button>
<button className="big-new-file-button" onClick={this.onCreateNewFile.bind(this, '.xls')}>
{'+ '}{gettext('Excel')}</button>
{'+ Excel'}</button>
</div>
</div>
</div>