summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2016-10-10 03:32:46 +0100
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-10-10 14:40:29 +0100
commit42a6f5c1acb22f75c231a8f82019044e19235782 (patch)
tree01fc32e8d8b1835e46693b6adc9dea0137ac0f5c
parent4e963fed42ad518caa7353d361a38a1250c99c41 (diff)
downloadgitlab-ce-20356-network-commit-hash-input-placeholder-corrections.tar.gz
Changed 'Commit hash' to 'Git revision'
-rw-r--r--app/views/projects/network/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/network/show.html.haml b/app/views/projects/network/show.html.haml
index b2ece44d966..29df1bab04e 100644
--- a/app/views/projects/network/show.html.haml
+++ b/app/views/projects/network/show.html.haml
@@ -8,7 +8,7 @@
.project-network
.controls
= form_tag namespace_project_network_path(@project.namespace, @project, @id), method: :get, class: 'form-inline network-form' do |f|
- = text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: "Input an extended SHA1 syntax", class: 'search-input form-control input-mx-250 search-sha'
+ = text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: "Git revision", class: 'search-input form-control input-mx-250 search-sha'
= button_tag class: 'btn btn-success' do
= icon('search')
.inline.prepend-left-20