From 8606c89683c913641243fc667edeb90600fe1a0e Mon Sep 17 00:00:00 2001 From: Kushal Pandya Date: Thu, 18 Jul 2019 06:04:13 +0000 Subject: Merge branch 'localize-updated-text' into 'master' Localize updated text on projects list page See merge request gitlab-org/gitlab-ce!30875 (cherry picked from commit 691d88b71d51786983b823207d876cee7c93f5d4) 41aba1db Localize updated text on projects list page --- app/views/shared/projects/_project.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/projects/_project.html.haml b/app/views/shared/projects/_project.html.haml index 71bd9320593..6cdd5026d52 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} -- cgit v1.2.1