From 351586876ffc217f757032d477f871da4ece3b77 Mon Sep 17 00:00:00 2001 From: David Planella Date: Sun, 16 Dec 2018 17:50:43 +0100 Subject: [PATCH 1/2] Fix leading whitespace in translatable string --- app/views/import/bitbucket_server/status.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/import/bitbucket_server/status.html.haml b/app/views/import/bitbucket_server/status.html.haml index ef69197e453..c4e27efc76f 100644 --- a/app/views/import/bitbucket_server/status.html.haml +++ b/app/views/import/bitbucket_server/status.html.haml @@ -29,7 +29,7 @@ %tr %th= _('From Bitbucket Server') %th= _('To GitLab') - %th= _(' Status') + %th= _('Status') %tbody - @already_added_projects.each do |project| %tr{ id: "project_#{project.id}", class: "#{project_status_css_class(project.import_status)}" } From 38e55d6b96e2bee43e7773182679fbcfe6f41ff3 Mon Sep 17 00:00:00 2001 From: David Planella Date: Sun, 16 Dec 2018 17:59:02 +0100 Subject: [PATCH 2/2] Update .pot file with changed strings --- locale/gitlab.pot | 3 --- 1 file changed, 3 deletions(-) diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 0584d2006f7..902cf366dc0 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -16,9 +16,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -msgid " Status" -msgstr "" - msgid "%d addition" msgid_plural "%d additions" msgstr[0] ""