1
0
Fork 0
Dieser Commit ist enthalten in:
o.pinke 2021-05-06 13:32:45 +02:00
Ursprung cec92525c5
Commit 2475baa7e9
10 geänderte Dateien mit 26 neuen und 25 gelöschten Zeilen

Datei anzeigen

@ -103,7 +103,7 @@ class pApiContentAllocationArticle extends pApiTree {
$this->tpl->next();
}
$this->tpl->set('s', "CATEGORY", i18n("Category", "content_allocation"));
$this->tpl->set('s', "CATEGORY", i18n("Category", "cl-content-allocation"));
if ($return === true) {
return $this->tpl->generate($this->template, true);