From 0f8453bc81badd33062310d1caa072268fed92bd Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Mon, 14 Sep 2015 14:13:07 -0300 Subject: [PATCH] Change Gitlab title menu --- cookbooks/colab/templates/gitlab.py.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/colab/templates/gitlab.py.erb b/cookbooks/colab/templates/gitlab.py.erb index 709ea2a..38cfda3 100644 --- a/cookbooks/colab/templates/gitlab.py.erb +++ b/cookbooks/colab/templates/gitlab.py.erb @@ -16,7 +16,7 @@ urls = { 'prefix': '^gitlab/', } -menu_title = _('Code') +menu_title = _('Development') url = colab_url_factory('gitlab') -- libgit2 0.21.2