1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-21 07:46:52 +00:00

Fix new hypha l18n

This commit is contained in:
Mikhail Chekan 2021-09-29 13:48:39 +08:00 committed by Umar Getagazov
parent e9e4bb63b6
commit 44f6fbe0b2

View File

@ -174,7 +174,7 @@ func handlerEdit(w http.ResponseWriter, rq *http.Request) {
return
}
} else {
warning = fmt.Sprintf(`<p class="warning warning_new-hypha">%s</p>`, lc.Get("ui.edit_new_hypha"))
warning = fmt.Sprintf(`<p class="warning warning_new-hypha">%s</p>`, lc.Get("edit.new_hypha"))
}
util.HTTP200Page(
w,