From 44f6fbe0b24702a6979c1fb71e0aa18d6512b7ad Mon Sep 17 00:00:00 2001 From: Mikhail Chekan Date: Wed, 29 Sep 2021 13:48:39 +0800 Subject: [PATCH] Fix new hypha l18n --- web/mutators.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/mutators.go b/web/mutators.go index a2f4d4b..f72091e 100644 --- a/web/mutators.go +++ b/web/mutators.go @@ -174,7 +174,7 @@ func handlerEdit(w http.ResponseWriter, rq *http.Request) { return } } else { - warning = fmt.Sprintf(`

%s

`, lc.Get("ui.edit_new_hypha")) + warning = fmt.Sprintf(`

%s

`, lc.Get("edit.new_hypha")) } util.HTTP200Page( w,