1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

add gettext, modify UI

This commit is contained in:
LeoSirius
2019-07-04 18:14:13 +08:00
parent 446d074066
commit 9920f85b92
2 changed files with 9 additions and 9 deletions

View File

@@ -53,10 +53,10 @@ class Content extends Component {
<thead>
<tr>
<th width="4%">{/*icon*/}</th>
<th width="35%">{gettext('Name')}</th>
<th width="28%">{gettext('Library')}</th>
<th width="9%">{gettext('Visits')}</th>
<th width="14%">{gettext('Expiration')}</th>
<th width="30%">{gettext('Name')}</th>
<th width="24%">{gettext('Library')}</th>
<th width="16%">{gettext('Visits')}</th>
<th width="16%">{gettext('Expiration')}</th>
<th width="10%">{/*Operations*/}</th>
</tr>
</thead>