summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gascou-Vaillancourt <paul.gascvail@gmail.com>2019-07-19 14:12:37 -0400
committerPaul Gascou-Vaillancourt <paul.gascvail@gmail.com>2019-07-19 14:39:47 -0400
commit69b5b3b230a5853dd820ac3bbd2d73f9afecada0 (patch)
tree663cb6596ee4a141b68f5000f011121707c1d7f8
parent8291a58124e8f0987b3e17a22ca1123b5dc14f1b (diff)
downloadgitlab-ce-fix-i18n-updated-projects.tar.gz
Fix translation of 'Updated' term in projects listfix-i18n-updated-projects
-rw-r--r--app/views/shared/projects/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/projects/_project.html.haml b/app/views/shared/projects/_project.html.haml
index 04f72420fe1..c4d1bdad2c4 100644
--- a/app/views/shared/projects/_project.html.haml
+++ b/app/views/shared/projects/_project.html.haml
@@ -89,4 +89,4 @@
%span.icon-wrapper.pipeline-status
= render 'ci/status/icon', status: project.commit.last_pipeline.detailed_status(current_user), type: 'commit', tooltip_placement: 'top', path: pipeline_path
.updated-note
- %span _('Updated') #{updated_tooltip}
+ %span #{_('Updated')} #{updated_tooltip}