diff options
author | zeripath <art27@cantab.net> | 2020-09-29 20:26:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 15:26:45 -0400 |
commit | 1267e678faeb5f04d2eacf4905a43a2de6c65614 (patch) | |
tree | 16923e4c4bc315c6331bb9962ff18e55cc4f864c /templates/admin | |
parent | 3878e985b66cc6d4cb4d2b0e7406d5cf91af6191 (diff) | |
download | gitea-1267e678faeb5f04d2eacf4905a43a2de6c65614.tar.gz gitea-1267e678faeb5f04d2eacf4905a43a2de6c65614.zip |
Fix admin/config page (#12979)
Change `.LFS.ContentPath` to `.LFS.Path`
Fix #12975
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'templates/admin')
-rw-r--r-- | templates/admin/config.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl index f43cc86fd7..4d88c59fea 100644 --- a/templates/admin/config.tmpl +++ b/templates/admin/config.tmpl @@ -105,7 +105,7 @@ <dd><i class="fa fa{{if .LFS.StartServer}}-check{{end}}-square-o"></i></dd> {{if .LFS.StartServer}} <dt>{{.i18n.Tr "admin.config.lfs_content_path"}}</dt> - <dd>{{.LFS.ContentPath}}</dd> + <dd>{{.LFS.Path}}</dd> <dt>{{.i18n.Tr "admin.config.lfs_http_auth_expiry"}}</dt> <dd>{{.LFS.HTTPAuthExpiry}}</dd> {{end}} |