diff --git a/app/views/hosts/provision_method/build/_form.html.erb b/app/views/hosts/provision_method/build/_form.html.erb index 338698924c2..540b7f6d8b0 100644 --- a/app/views/hosts/provision_method/build/_form.html.erb +++ b/app/views/hosts/provision_method/build/_form.html.erb @@ -8,5 +8,5 @@ <%= textarea_f f, :disk, :size => "col-md-8", :rows => "4", - :help_block => _("What ever text(or ERB template) you use in here, would be used as your OS disk layout options If you want to use the partition table option, delete all of the text from this field") %> + :help_block => _("What ever text (or ERB template) you use in here, would be used as your OS disk layout options If you want to use the partition table option, delete all of the text from this field") %>