Merge branch 'fix-i18n-updated-projects' into 'master'

Fix translation of 'Updated' term in projects list

See merge request gitlab-org/gitlab-ce!30958
This commit is contained in:
Clement Ho 2019-07-22 17:12:41 +00:00
commit 3cc5535c0c
2 changed files with 6 additions and 1 deletions

View File

@ -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}

View File

@ -0,0 +1,5 @@
---
title: Properly translate term in projects list
merge_request: 30958
author:
type: fixed