Skip to content

Commit

Permalink
JText ...
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed May 5, 2016
1 parent 039246d commit 042bd30
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -98,7 +98,7 @@ protected function getGroups()
$groups[$name] = array();
}

$groups[$name][] = JHtml::_('select.option', $branch->value, $levelPrefix . $text);
$groups[$name][] = JHtml::_('select.option', $branch->value, $levelPrefix . JText::_($text));
}
}
}
Expand Down

0 comments on commit 042bd30

Please sign in to comment.