From f37b57884fc236f9e536bd178fbb5870070e7ace Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sun, 17 Sep 2023 17:38:20 +0200 Subject: [PATCH] editfiles: fix label Signed-off-by: Nicola Murino --- templates/webclient/editfile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webclient/editfile.html b/templates/webclient/editfile.html index 8b486520..2440ca9d 100644 --- a/templates/webclient/editfile.html +++ b/templates/webclient/editfile.html @@ -56,7 +56,7 @@ along with this program. If not, see .
- Edit file "{{.Path}}" + {{- if .ReadOnly}}View{{- else}}Edit{{- end}} file "{{.Path}}" Back {{if not .ReadOnly}}