Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorClement Ho <408677-ClemMakesApps@users.noreply.gitlab.com>2019-07-22 20:12:41 +0300
committerClement Ho <408677-ClemMakesApps@users.noreply.gitlab.com>2019-07-22 20:12:41 +0300
commit3cc5535c0c7a52c93b00c1a1260eb8d828a3e9dc (patch)
treeea7bdd8b913b1f30411cdfc84c39e72141c7105b /app
parent31f6c362e74fe522c036eeadf1678849dbf6e135 (diff)
parent324b8109c9497350c13c8eb2da08939a865aad6d (diff)
Merge branch 'fix-i18n-updated-projects' into 'master'
Fix translation of 'Updated' term in projects list See merge request gitlab-org/gitlab-ce!30958
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}