diff options
-rw-r--r-- | app/views/layouts/nav/_project.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_project.html.haml b/app/views/layouts/nav/_project.html.haml index 8dc228d2b59..4ff876e5032 100644 --- a/app/views/layouts/nav/_project.html.haml +++ b/app/views/layouts/nav/_project.html.haml @@ -128,4 +128,4 @@ -# Shortcut to create a new issue %li.hidden = link_to polymorphic_path([@project.namespace.becomes(Namespace), @project, :issue], action: :new), class: 'shortcuts-new-issue' do - New Issue + Create a new issue |