This commit is contained in:
Dan Cryer 2014-12-04 14:40:28 +00:00
commit 9faa7e7f39
3 changed files with 41 additions and 22 deletions

View file

@ -10,6 +10,7 @@
namespace PHPCI\Controller;
use b8;
use PHPCI\Helper\Lang;
use PHPCI\Model\Build;
use PHPCI\Plugin\Util\ComposerPluginInformation;
use PHPCI\Plugin\Util\FilesPluginInformation;
@ -63,7 +64,7 @@ class PluginController extends \PHPCI\Controller
$this->view->plugins = $pluginInfo->getInstalledPlugins();
$this->layout->title = 'Plugins';
$this->layout->title = Lang::get('plugins');
return $this->view->render();
}