Browse Source

templates/admin/auth/list: rename list title

Unknwon 7 years ago
parent
commit
717d409b72
3 changed files with 2 additions and 2 deletions
  1. 1 1
      conf/locale/locale_en-US.ini
  2. 0 0
      pkg/bindata/bindata.go
  3. 1 1
      templates/admin/auth/list.tmpl

+ 1 - 1
conf/locale/locale_en-US.ini

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

File diff suppressed because it is too large
+ 0 - 0
pkg/bindata/bindata.go


+ 1 - 1
templates/admin/auth/list.tmpl

@@ -6,7 +6,7 @@
 			<div class="twelve wide column content">
 			<div class="twelve wide column content">
 				{{template "base/alert" .}}
 				{{template "base/alert" .}}
 				<h4 class="ui top attached header">
 				<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>
 				</h4>
 				<div class="ui attached table segment">
 				<div class="ui attached table segment">
 					<table class="ui very basic striped table">
 					<table class="ui very basic striped table">

Some files were not shown because too many files changed in this diff