Skip to content

Commit

Permalink
Update PluginTimestampedController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros authored Jan 30, 2019
1 parent 74ffc28 commit 08d99be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/PluginTimestampedController.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function show()
$this->response->html($this->helper->layout->plugin('UpdateNotifier:plugin/latest_plugins', array(
'installed_plugins' => $installedPlugins,
'available_plugins' => $availablePlugins,
'title' => t('Plugin Directory'),
'title' => t('Latest Plugins'),
'is_configured' => Installer::isConfigured(),
)));
}
Expand Down

0 comments on commit 08d99be

Please sign in to comment.