Skip to content
Snippets Groups Projects
Commit 3adc2796 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

re #53

parent 83c634cb
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ final class TracToGitlabPlugin extends TracToGitlab\Plugin implements SystemPlug
private function buildAdminNavigation(): void
{
Navigation::addItem('/admin/trac2gitlab', new Navigation(
Navigation::addItem('/admin/plugins/trac2gitlab', new Navigation(
_('GitLab-Verbindung konfigurieren'),
PluginEngine::getURL($this, [], 'admin/index')
));
......
......@@ -9,7 +9,7 @@ final class AdminController extends \TracToGitlab\Controller
throw new AccessDeniedException();
}
Navigation::activateItem('/admin/trac2gitlab');
Navigation::activateItem('/admin/plugins/trac2gitlab');
PageLayout::setTitle(_('GitLab-Verbindung konfigurieren'));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment