1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00

Translate improve (#2679)

* modify translate

* modify translate
This commit is contained in:
杨顺强
2018-12-20 15:37:14 +08:00
committed by zheng xie
parent 449afafa4f
commit 4080144bca
13 changed files with 18 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ class DraftsView extends React.Component {
<Link className={`nav-link ${this.props.currentTab === 'drafts' ? 'active': ''}`} to={siteRoot + 'drafts/'} title={gettext('Drafts')}>{gettext('Drafts')}</Link>
</li>
<li className="nav-item" onClick={() => this.tabItemClick('reviews')}>
<Link className={`nav-link ${this.props.currentTab === 'reviews' ? 'active': ''}`} to={siteRoot + 'drafts/reviews/'} title={gettext('reviews')}>{gettext('Reviews')}</Link>
<Link className={`nav-link ${this.props.currentTab === 'reviews' ? 'active': ''}`} to={siteRoot + 'drafts/reviews/'} title={gettext('Reviews')}>{gettext('Reviews')}</Link>
</li>
</ul>
</div>