-
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
[ML] Localize ml components ( part 2 - job picker ) #27958
Conversation
Pinging @elastic/ml-ui |
<div style="flex:0 0 auto;"> | ||
<div popover-placement="bottom" | ||
popover-placement="bottom" | ||
popover-html-unsafe="{{unsafeHtml}}" | ||
popover-append-to-body="false" | ||
popover-trigger="click" | ||
class="ml-job-select-btn" | ||
tooltip="{{description.txt}} selected" | ||
aria-label="Job selection menu" | ||
tooltip="{{ ::'xpack.ml.jobSelectList.menuButtonTooltip' | i18n: { defaultMessage: '{descriptionText} selected', values: {descriptionText: description.txt} } }}" |
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.
For some reason descriptionText: description.txt
is not binding to the UI (returns empty string).
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 believe that is because you use one time binding operator ::
. When you pass some variable to values then you must not use one time binding
💔 Build Failed |
duplicate of #27803 |
[ML] translate the following components
Parent Issue #25454