Translate label types

This commit is contained in:
ruan 2018-05-30 11:02:56 +02:00
parent 61c0d4717a
commit 9218cdc430
No known key found for this signature in database
GPG Key ID: 0D2EC1C52E469C0B

View File

@ -27,7 +27,7 @@ abstract class Info {
} }
function name() { function name() {
return ucfirst($this->page->type); return $this->page->t("generic." . $this->page->type);
} }
function permanent() { function permanent() {