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,