-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[DOCS] Edits job creation UI text #59830
Conversation
@@ -610,7 +610,7 @@ export const CreateAnalyticsForm: FC<CreateAnalyticsFormProps> = ({ actions, sta | |||
})} | |||
helpText={i18n.translate('xpack.ml.dataframe.analytics.create.excludedFieldsHelpText', { | |||
defaultMessage: | |||
'Optionally select fields to be excluded from analysis. All other supported fields will be included', | |||
'Select fields to exclude from analysis. All other supported fields are included.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this sentence needed: All other supported fields are included.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's best keeping the second sentence in for clarity. Otherwise a user could think they need to manually exclude unsupported fields.
💚 Build SucceededTo update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -610,7 +610,7 @@ export const CreateAnalyticsForm: FC<CreateAnalyticsFormProps> = ({ actions, sta | |||
})} | |||
helpText={i18n.translate('xpack.ml.dataframe.analytics.create.excludedFieldsHelpText', { | |||
defaultMessage: | |||
'Optionally select fields to be excluded from analysis. All other supported fields will be included', | |||
'Select fields to exclude from analysis. All other supported fields are included.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's best keeping the second sentence in for clarity. Otherwise a user could think they need to manually exclude unsupported fields.
Pinging @elastic/ml-ui (:ml) |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Summary
Edits UI text in the data frame analytics job wizards.
Checklist
For maintainers
cc @gchaps