-
Notifications
You must be signed in to change notification settings - Fork 919
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
Modify data source text for dev tool #5475
Conversation
Signed-off-by: Bandini Bhopi <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5475 +/- ##
=======================================
Coverage 66.96% 66.96%
=======================================
Files 3291 3291
Lines 63249 63249
Branches 10057 10057
=======================================
Hits 42355 42355
Misses 18453 18453
Partials 2441 2441
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I think we can skip the changelog. Was there an issue for this? |
})} | ||
singleSelection={{ asPlainText: true }} | ||
options={dataSources} | ||
selectedOptions={selectedOptions} | ||
onChange={onChange} | ||
prepend="DataSource" | ||
prepend="Data source" |
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.
A little concern that why did we make the prepend content a constant text instead of wrapping it with i18n
? Is Data source
a dedicated terms that should not be translated?
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 this prepend
is something else. I couldn't find docs on OUI that made sense to me. @BSFishy do you know what prepend
does?
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.
Id i18n this text too
No. There was not an issue. |
Signed-off-by: Bandini Bhopi <[email protected]> (cherry picked from commit 3c9e643) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 3c9e643) Signed-off-by: Bandini Bhopi <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Modify data source text for dev tool based on UX input.
Issues Resolved
Screenshot
Testing the changes
Check List
yarn test:jest
yarn test:jest_integration