Commit 12b9255e authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'i18n-status-fix' into 'master'

Remove leading whitespace on translatable string: "Status"

See merge request gitlab-org/gitlab-ce!23856
parents 4a938724 bebc7b58
......@@ -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)}" }
......
......@@ -19,9 +19,6 @@ msgstr ""
msgid " Please sign in."
msgstr ""
msgid " Status"
msgstr ""
msgid " Try to %{action} this file again."
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment