diff options
author | Unknwon <u@gogs.io> | 2018-04-11 19:39:17 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-04-11 19:39:17 -0400 |
commit | 717d409b7273f7874c38268e1b908596277dacac (patch) | |
tree | 99f08f38213ab0417fd97a7cbaa67d8996b57679 /templates/admin/auth | |
parent | 6e207c823e2ebccb5444d65a5b9e1d3dde8a8c4e (diff) |
templates/admin/auth/list: rename list title
Diffstat (limited to 'templates/admin/auth')
-rw-r--r-- | templates/admin/auth/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/auth/list.tmpl b/templates/admin/auth/list.tmpl index 77a95384..c0b08d2a 100644 --- a/templates/admin/auth/list.tmpl +++ b/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"> |