Make Issues tab-heading translateable

This commit is contained in:
Michael Große 2017-03-20 16:58:22 +01:00
commit 9cae5e7723
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79
2 changed files with 2 additions and 1 deletions

View file

@ -80,7 +80,7 @@ class Template {
if ($this->plugins['magicmatcher']) {
$tabs[] = array(
'id' => 'spr__tab-issues',
'label' => 'Issues', // FIXME
'label' => tpl_getLang('tab_issues'),
'tab' => $this->plugins['magicmatcher']->getIssueListHTML(),
'count' => $this->plugins['magicmatcher']->getCountIssues(),
);