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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user