summaryrefslogtreecommitdiff
path: root/app/views
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 11:50:05 -0500
commit17730a6e1fde0643719c03218e8e582a52e7ad94 (patch)
tree1ba45c6aa82d5bf35e9b67aa2ef6896a43429753 /app/views
parentb9a1b0d1047c378fe1fec4fe5f05ba1d42a434b4 (diff)
downloadgitlab-ce-17730a6e1fde0643719c03218e8e582a52e7ad94.tar.gz
Change text of inline issue creation tooltip
Diffstat (limited to 'app/views')
-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)