summaryrefslogtreecommitdiff
path: root/app/views/projects/find_file
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
parentc17c7c29d7e562b1661397ac4c1af4044c3ac7cb (diff)
downloadgitlab-ce-bdebe849b8251f390378dd446d9022fca1b2d55c.tar.gz
Translate project & repository pages
Diffstat (limited to 'app/views/projects/find_file')
-rw-r--r--app/views/projects/find_file/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/find_file/show.html.haml b/app/views/projects/find_file/show.html.haml
index be0462f91cd..8a409541fe5 100644
--- a/app/views/projects/find_file/show.html.haml
+++ b/app/views/projects/find_file/show.html.haml
@@ -10,7 +10,7 @@
= link_to namespace_project_tree_path(@project.namespace, @project, @ref) do
= @project.path
%li.file-finder
- %input#file_find.form-control.file-finder-input{ type: "text", placeholder: 'Find by path', autocomplete: 'off' }
+ %input#file_find.form-control.file-finder-input{ type: "text", placeholder: _('Find by path'), autocomplete: 'off' }
.tree-content-holder
.table-holder