summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorEthan Koenig <ethantkoenig@gmail.com>2017-11-14 17:37:16 -0800
committerLunny Xiao <xiaolunwen@gmail.com>2017-11-15 09:37:16 +0800
commitbd23e36becde2fbf109c51ee2abcaa167880a29a (patch)
tree92527dbbfd52820d52f34d2825460f2f018c9dd1 /templates
parenta8832e12272755230ce540bd3bf1a200b1643d45 (diff)
downloadgitea-bd23e36becde2fbf109c51ee2abcaa167880a29a.tar.gz
gitea-bd23e36becde2fbf109c51ee2abcaa167880a29a.zip
Add owner to delete repo message (#2886)
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/settings/options.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl
index b2b7fc9c3a..ee738cc9e9 100644
--- a/templates/repo/settings/options.tmpl
+++ b/templates/repo/settings/options.tmpl
@@ -342,7 +342,7 @@
<div class="content">
<div class="ui warning message text left">
{{.i18n.Tr "repo.settings.delete_notices_1" | Safe}}<br>
- {{.i18n.Tr "repo.settings.delete_notices_2" | Safe}}
+ {{.i18n.Tr "repo.settings.delete_notices_2" .Repository.FullName | Safe}}
{{if .Repository.NumForks}}<br>
{{.i18n.Tr "repo.settings.delete_notices_fork_1" | Safe}}
{{end}}