From e7afc98f3fa27e47fe33e8a50f8692efd7dd62dd Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Wed, 14 Dec 2022 14:28:17 +0100 Subject: [PATCH] remove beta, re #39 --- StudipReleasesPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StudipReleasesPlugin.php b/StudipReleasesPlugin.php index e15f9b5..f98d76c 100644 --- a/StudipReleasesPlugin.php +++ b/StudipReleasesPlugin.php @@ -8,7 +8,7 @@ final class StudipReleasesPlugin extends TracToGitlab\Plugin implements SystemPl parent::__construct(); $navigation = new Navigation( - _('Stud.IP Releases (Beta)'), + _('Stud.IP Releases'), PluginEngine::getURL($this, [], 'releases') ); $navigation->setImage(Icon::create('download', Icon::ROLE_NAVIGATION)); -- GitLab