summaryrefslogtreecommitdiff
path: root/app
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-22 11:21:56 -0400
commit324b8109c9497350c13c8eb2da08939a865aad6d (patch)
treea0e0d73afa233fa7d2bd51d2e888b57aaaf92fde /app
parente48851de62086b65c75a3dd802743e722d5d7be8 (diff)
downloadgitlab-ce-324b8109c9497350c13c8eb2da08939a865aad6d.tar.gz
Fix translation of 'Updated' term in projects list
Diffstat (limited to 'app')
-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}