Commit 0f8453bc81badd33062310d1caa072268fed92bd

Authored by Alexandre Barbosa
Committed by Sergio Oliveira
1 parent e5f1b5a7

Change Gitlab title menu

Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
cookbooks/colab/templates/gitlab.py.erb
@@ -16,7 +16,7 @@ urls = { @@ -16,7 +16,7 @@ urls = {
16 'prefix': '^gitlab/', 16 'prefix': '^gitlab/',
17 } 17 }
18 18
19 -menu_title = _('Code') 19 +menu_title = _('Development')
20 20
21 url = colab_url_factory('gitlab') 21 url = colab_url_factory('gitlab')
22 22