Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #37780 - Simplify help text for disk partition field #10311

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/hosts/provision_method/build/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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") %>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
: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") %>
: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.") %>

</div>
Loading