summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-05 08:49:19 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-05 08:49:19 -0500
commitcd90efcf76f9ff6a510986a2e6996751441f8c53 (patch)
tree93d61e311b81cdc7f55e7beb47bf135fe193a325
parent7e0e45dbf174bb82cc0ea8191a869612ad60b4f7 (diff)
downloadgitlab-ce-31632-issue-board-new-issue.tar.gz
Change text of inline issue creation tooltip31632-issue-board-new-issue
-rw-r--r--app/views/projects/boards/components/_board.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/boards/components/_board.html.haml b/app/views/projects/boards/components/_board.html.haml
index 5a4eaf92b16..bc5c727bf0d 100644
--- a/app/views/projects/boards/components/_board.html.haml
+++ b/app/views/projects/boards/components/_board.html.haml
@@ -13,8 +13,8 @@
%button.btn.btn-small.btn-default.pull-right.has-tooltip{ type: "button",
"@click" => "showNewIssueForm",
"v-if" => 'list.type !== "closed"',
- "aria-label" => "Add an issue",
- "title" => "Add an issue",
+ "aria-label" => "New issue",
+ "title" => "New issue",
data: { placement: "top", container: "body" } }
= icon("plus")
- if can?(current_user, :admin_list, @project)