summaryrefslogtreecommitdiff
path: root/app/views/projects/_find_file_link.html.haml
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2017-06-07 20:13:44 +0000
committerDouwe Maan <douwe@gitlab.com>2017-06-07 20:13:44 +0000
commitbdebe849b8251f390378dd446d9022fca1b2d55c (patch)
tree770a9e8312e376c46fd8a2d033de81bc5184a6e2 /app/views/projects/_find_file_link.html.haml
parentc17c7c29d7e562b1661397ac4c1af4044c3ac7cb (diff)
downloadgitlab-ce-bdebe849b8251f390378dd446d9022fca1b2d55c.tar.gz
Translate project & repository pages
Diffstat (limited to 'app/views/projects/_find_file_link.html.haml')
-rw-r--r--app/views/projects/_find_file_link.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_find_file_link.html.haml b/app/views/projects/_find_file_link.html.haml
index 3feb11645a0..c748ccf65e6 100644
--- a/app/views/projects/_find_file_link.html.haml
+++ b/app/views/projects/_find_file_link.html.haml
@@ -1,3 +1,3 @@
= link_to namespace_project_find_file_path(@project.namespace, @project, @ref), class: 'btn btn-grouped shortcuts-find-file', rel: 'nofollow' do
= icon('search')
- %span Find file
+ %span= _('Find file')