Browse Source

templates/admin/auth/list: rename list title

pull/5168/head
Unknwon 7 years ago
parent
commit
717d409b72
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 2
      conf/locale/locale_en-US.ini
  2. 4
      pkg/bindata/bindata.go
  3. 2
      templates/admin/auth/list.tmpl

2
conf/locale/locale_en-US.ini

@ -1087,7 +1087,7 @@ repos.stars = Stars
repos.issues = Issues
repos.size = Size
auths.auth_manage_panel = Authentication Manage Panel
auths.auth_sources = Authentication Sources
auths.new = Add New Source
auths.name = Name
auths.type = Type

4
pkg/bindata/bindata.go

File diff suppressed because one or more lines are too long

2
templates/admin/auth/list.tmpl

@ -6,7 +6,7 @@
<div class="twelve wide column content">
{{template "base/alert" .}}
<h4 class="ui top attached header">
{{.i18n.Tr "admin.auths.auth_manage_panel"}} ({{.i18n.Tr "admin.total" .Total}})
{{.i18n.Tr "admin.auths.auth_sources"}} ({{.i18n.Tr "admin.total" .Total}})
</h4>
<div class="ui attached table segment">
<table class="ui very basic striped table">

Loading…
Cancel
Save