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:
parent
e9e4bb63b6
commit
44f6fbe0b2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user