1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

repair translate bug

This commit is contained in:
shanshuirenjia
2019-04-03 18:26:03 +08:00
parent c5a869ecc9
commit 18e914e012
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ class OrgDepartmentItem extends React.Component {
</div>
<div className="cur-view-content">
{(members && members.length === 1 && members[0].role === "Owner") ?
<p className="no-member">{gettext('No Members')}</p> :
<p className="no-member">{gettext('No members')}</p> :
<table>
<thead>
<tr>