TemplatesTable: translate header

This commit is contained in:
Thomas Gelf 2017-07-20 12:48:01 +02:00
parent 270cb2f5af
commit 4cd3c02a90
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class TemplatesTable extends ZfQueryBasedTable
public function getColumnsToBeRendered()
{
return ['Template name'];
return [$this->translate('Template Name')];
}
public function renderRow($row)