From 5a2d3d2ee284545060f7603b018bc0895e3ffa94 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Mon, 2 Oct 2023 09:40:19 +0100 Subject: [PATCH] admin: My Account button respects URL Base --- html/admin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/admin.html b/html/admin.html index 1919cb3..4cd41d7 100644 --- a/html/admin.html +++ b/html/admin.html @@ -465,7 +465,7 @@ {{ if .userPageEnabled }}
- {{ .strings.myAccount }} + {{ .strings.myAccount }}
{{ end }}