summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2019-05-29 09:37:13 +0000
committerBob Van Landuyt <bob@gitlab.com>2019-05-29 09:37:13 +0000
commit12b9255eebd2f467cbe9eb7e78a7c9e71da4977e (patch)
tree9c29cc00fc2a8f2adf1100d5751a5db98c785647
parent4a9387242dbbfee9e9ddc7b46eb69ad6a2f4ba2c (diff)
parentbebc7b58b84b4061fec25c7bf1858c1abd274957 (diff)
downloadgitlab-ce-12b9255eebd2f467cbe9eb7e78a7c9e71da4977e.tar.gz
Merge branch 'i18n-status-fix' into 'master'
Remove leading whitespace on translatable string: "Status" See merge request gitlab-org/gitlab-ce!23856
-rw-r--r--app/views/import/bitbucket_server/status.html.haml2
-rw-r--r--locale/gitlab.pot3
2 files changed, 1 insertions, 4 deletions
diff --git a/app/views/import/bitbucket_server/status.html.haml b/app/views/import/bitbucket_server/status.html.haml
index 9280f12e187..40609fddbde 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)}" }
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 9e7ff8d1847..4fbcab95420 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -19,9 +19,6 @@ msgstr ""
msgid " Please sign in."
msgstr ""
-msgid " Status"
-msgstr ""
-
msgid " Try to %{action} this file again."
msgstr ""