summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-05-12 11:48:25 +0530
committerkushalpandya <kushal@gitlab.com>2017-05-12 11:48:25 +0530
commit1d7485de0f6b3fd2fb9b0b0afa9c296833a210c3 (patch)
tree63e015e2ad7b1ab850a310c3b7f9a58d49223eff
parent71095503b9c623cbee7b4b342abb4c59e7949ee8 (diff)
downloadgitlab-ce-31650-fix-accessibility.tar.gz
Update label for clone URL field31650-fix-accessibility
-rw-r--r--app/views/shared/_clone_panel.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_clone_panel.html.haml b/app/views/shared/_clone_panel.html.haml
index 6a12980495c..0992a65f7cd 100644
--- a/app/views/shared/_clone_panel.html.haml
+++ b/app/views/shared/_clone_panel.html.haml
@@ -17,7 +17,7 @@
%li
= http_clone_button(project)
- = text_field_tag :project_clone, default_url_to_repo(project), class: "js-select-on-focus form-control", readonly: true, aria: { label: 'Repository URL' }
+ = text_field_tag :project_clone, default_url_to_repo(project), class: "js-select-on-focus form-control", readonly: true, aria: { label: 'Project clone URL' }
.input-group-btn
= clipboard_button(target: '#project_clone', title: "Copy URL to clipboard")