summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-01-08 22:14:31 +0000
committerRobert Speicher <robert@gitlab.com>2016-01-08 22:14:31 +0000
commit6d9544410830166521c576eefc4e65a2c7b395d8 (patch)
treeb96166ad4aee46fa802a593de229b35ad6e20357
parent00a68c3cb0e7b626a884a3f5c291a7c2c821ebee (diff)
parentb284ba24c2ea0ee62be83756cf55c2b40b5ca38c (diff)
downloadgitlab-ce-6d9544410830166521c576eefc4e65a2c7b395d8.tar.gz
Merge branch 'cross-project-reference-typo-fix' into 'master'
changes verb `references` to noun `reference`. See merge request !2349
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index 78c52938bd9..2299112bec7 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -74,7 +74,7 @@
.title
.cross-project-reference
%span#cross-project-reference
- References:
+ Reference:
%a{href: '#', title:project_ref}
= project_ref
= clipboard_button(clipboard_target: 'span#cross-project-reference')