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

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Sep 3, 2024

Previously it was rather long and missing spacing/punctuation.

Previously it was rather long and missing spacing/punctuation.
@@ -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.") %>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants