summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Planella <dplanella@gitlab.com>2018-12-16 17:50:43 +0100
committerDavid Planella <dplanella@gitlab.com>2018-12-16 17:50:43 +0100
commit351586876ffc217f757032d477f871da4ece3b77 (patch)
tree55d8dfe062fe53726dabaaefcda159f3580407c1
parent8b4602041cf2c4a8738a4796d78720017249249f (diff)
downloadgitlab-ce-351586876ffc217f757032d477f871da4ece3b77.tar.gz
Fix leading whitespace in translatable string
-rw-r--r--app/views/import/bitbucket_server/status.html.haml2
1 files changed, 1 insertions, 1 deletions
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)}" }