Browse Source

Add missing translate string in the locale file.

pull/3631/head
aaaa 8 years ago
parent
commit
2dbe1dc3e2
  1. 1
      conf/locale/locale_en-US.ini
  2. 2
      templates/admin/repo/list.tmpl

1
conf/locale/locale_en-US.ini

@ -982,6 +982,7 @@ repos.private = Private
repos.watches = Watches
repos.stars = Stars
repos.issues = Issues
repos.size = Size
auths.auth_manage_panel = Authentication Manage Panel
auths.new = Add New Source

2
templates/admin/repo/list.tmpl

@ -22,7 +22,7 @@
<th>{{.i18n.Tr "admin.repos.watches"}}</th>
<th>{{.i18n.Tr "admin.repos.stars"}}</th>
<th>{{.i18n.Tr "admin.repos.issues"}}</th>
<th>Size</th>
<th>{{.i18n.Tr "admin.repos.size"}}</th>
<th>{{.i18n.Tr "admin.users.created"}}</th>
<th>{{.i18n.Tr "admin.notices.op"}}</th>
</tr>

Loading…
Cancel
Save