Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-05 16:49:19 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-05 19:50:05 +0300
commit17730a6e1fde0643719c03218e8e582a52e7ad94 (patch)
tree1ba45c6aa82d5bf35e9b67aa2ef6896a43429753
parentb9a1b0d1047c378fe1fec4fe5f05ba1d42a434b4 (diff)
Change text of inline issue creation tooltip
-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)