templates/admin/auth/list: rename list title

pull/5168/head
Unknwon 2018-04-11 19:39:17 -04:00
parent 6e207c823e
commit 717d409b72
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
3 changed files with 4 additions and 4 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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">