diff options
author | Kushal Pandya <kushalspandya@gmail.com> | 2019-07-18 06:04:13 +0000 |
---|---|---|
committer | Kushal Pandya <kushalspandya@gmail.com> | 2019-07-18 06:04:13 +0000 |
commit | 691d88b71d51786983b823207d876cee7c93f5d4 (patch) | |
tree | 8cd6b6e233f7d1322bdb5e0a9cac50c803dc4de4 | |
parent | 884c2fe2f77871558fb3e9404ab0c2f074e3a62e (diff) | |
parent | 06eb3d091d6f7fdba6559dc323098a1882a4acb4 (diff) | |
download | gitlab-ce-691d88b71d51786983b823207d876cee7c93f5d4.tar.gz |
Merge branch 'localize-updated-text' into 'master'mr-origin-25578
Localize updated text on projects list page
See merge request gitlab-org/gitlab-ce!30875
-rw-r--r-- | app/views/shared/projects/_project.html.haml | 2 |
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 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} |