summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-27 14:05:24 +0800
committerUnknwon <u@gogs.io>2015-08-27 14:05:24 +0800
commitce386cfb616d8bd0601a3e2ee0d5d30cd0b5b0fd (patch)
tree20f0ca03e4a79392fcf822d5bd2fd5d1c3929a1f /conf
parentb900863d60a79ab80327dab828138b7f79615d25 (diff)
downloadgitea-ce386cfb616d8bd0601a3e2ee0d5d30cd0b5b0fd.tar.gz
gitea-ce386cfb616d8bd0601a3e2ee0d5d30cd0b5b0fd.zip
fix suburl
Diffstat (limited to 'conf')
-rw-r--r--conf/locale/locale_en-US.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini
index 03728638d6..00a0df8ff4 100644
--- a/conf/locale/locale_en-US.ini
+++ b/conf/locale/locale_en-US.ini
@@ -419,7 +419,7 @@ issues.filter_sort.recentupdate = Recently updated
issues.filter_sort.leastupdate = Least recently updated
issues.filter_sort.mostcomment = Most commented
issues.filter_sort.leastcomment = Least commented
-issues.opened_by = opened %[1]s by <a href="/%[2]s">%[2]s</a>
+issues.opened_by = opened %[1]s by <a href="%[2]s">%[3]s</a>
issues.opened_by_fake = opened %[1]s by %[2]s
issues.previous = Previous
issues.next = Next