diff --git a/src/ffluci/view/header.htm b/src/ffluci/view/header.htm index 66495da43c..40d54f5164 100644 --- a/src/ffluci/view/header.htm +++ b/src/ffluci/view/header.htm @@ -31,9 +31,9 @@ require("ffluci.http").htmlheader()
-<%:path Pfad%>: "><%=req.category%>"><%=req.module%>"><%=req.action%> +<%:path Pfad%>: "><%=translate(req.category, req.category)%>"><%=translate(req.module, req.module)%>"><%=translate(req.action, req.action)%>