From e8d15de02070789e4db53c917aec25067fa6e3c2 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 3 Sep 2024 15:51:29 +0200 Subject: [PATCH] Fixes #37780 - Simplify help text for disk partition field Previously it was rather long and missing spacing/punctuation. --- app/views/hosts/provision_method/build/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/hosts/provision_method/build/_form.html.erb b/app/views/hosts/provision_method/build/_form.html.erb index 338698924c2..a9babf4b4da 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 => _("Text (or ERB template) to be used as your OS disk layout options. Leave empty if you want to use the partition table option") %>