aboutsummaryrefslogtreecommitdiffstats
path: root/templates/explore
diff options
context:
space:
mode:
authorMichael Peppler <mpeppler@carnegiehall.org>2015-08-31 18:41:22 -0400
committerMichael Peppler <mpeppler@carnegiehall.org>2015-08-31 18:41:22 -0400
commitc5629fe75abc4a7d84afd27c9f7364c218f97be7 (patch)
tree50f26d4cf3263c71fa3de328463cab8516d1beac /templates/explore
parentd1c5a5ed685f3bf330ced5a31bedf245ce0b294e (diff)
downloadgitea-c5629fe75abc4a7d84afd27c9f7364c218f97be7.tar.gz
gitea-c5629fe75abc4a7d84afd27c9f7364c218f97be7.zip
use localization string
Diffstat (limited to 'templates/explore')
-rw-r--r--templates/explore/repos.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/repos.tmpl b/templates/explore/repos.tmpl
index d568ef8e49..20e1b9d919 100644
--- a/templates/explore/repos.tmpl
+++ b/templates/explore/repos.tmpl
@@ -5,7 +5,7 @@
{{template "explore/nav" .}}
<div class="twelve wide column content">
<h4 class="ui top attached header">
- Repositories
+ {{.i18n.Tr "explore.repos"}}
</h4>
<div class="ui attached segment">
{{range $i, $v := .Repos}}