Skip to content
Snippets Groups Projects
Commit 0d9c815d authored by Clement Ho's avatar Clement Ho Committed by 🤖 GitLab Bot 🤖
Browse files

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

Fix translation of 'Updated' term in projects list

See merge request gitlab-org/gitlab-ce!30958

(cherry picked from commit 3cc5535c)

324b8109 Fix translation of 'Updated' term in projects list
parent a980b0db
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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}
---
title: Properly translate term in projects list
merge_request: 30958
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment