瀏覽代碼

templates/admin/auth/list: rename list title

Unknwon 7 年之前
父節點
當前提交
717d409b72
共有 3 個文件被更改,包括 2 次插入2 次删除
  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.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

文件差異過大導致無法顯示
+ 0 - 0
pkg/bindata/bindata.go


+ 1 - 1
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">

部分文件因文件數量過多而無法顯示