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

[i18n] fixup

This commit is contained in:
llj
2024-01-24 18:22:50 +08:00
parent 2b703efb46
commit 33f6426539
6 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ class Content extends Component {
<tr>
<th width="5%"></th>
<th width="30%">{gettext('Name')}</th>
<th width="35%">{gettext('ID')}</th>
<th width="35%">{'ID'}</th>
<th width="20%">{gettext('Owner')}</th>
<th width="10%">{/* Operations */}</th>
</tr>

View File

@@ -56,7 +56,7 @@ class Content extends Component {
<tr>
<th width="25%">{gettext('Name')}</th>
<th width="15%">{gettext('Status')}</th>
<th width="15%">{gettext('Membership')}</th>
<th width="15%">{gettext('Role')}</th>
<th width="15%">{gettext('Space Used')}</th>
<th width="25%">{gettext('Created At')}{' / '}{gettext('Last Login')}</th>
<th width="5%">{/* Operations */}</th>