-
Notifications
You must be signed in to change notification settings - Fork 14.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
fix: UI toast typo #13026
fix: UI toast typo #13026
Conversation
`There was an issue fetching your recent acitivity: ${e}`, | ||
`There was an issue fetching your recent activity: ${e}`, |
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.
Let's translate this
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. Not sure what the convention on super short variable names, but while we're at it, perhaps we could also replace e
with errMsg
or similar that's used in many other places in the code base.
Codecov Report
@@ Coverage Diff @@
## master #13026 +/- ##
===========================================
+ Coverage 52.64% 72.97% +20.32%
===========================================
Files 480 546 +66
Lines 17300 20175 +2875
Branches 4481 5268 +787
===========================================
+ Hits 9108 14723 +5615
+ Misses 8192 5327 -2865
- Partials 0 125 +125
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* master: fix: UI toast typo (apache#13026) feat(db engines): add support for Opendistro Elasticsearch (AWS ES) (apache#12602) fix(build): black failing on master, add to required checks (apache#13039) fix: time filter db migration optimization (apache#13015) fix: untranslated text content of Dashboard page (apache#13024) fix(ci): remove signature requirements for commits to master (apache#13034) fix: add alerts and report to default config (apache#12999) docs(changelog): add entries for 1.0.1 (apache#12981) ci: skip cypress if no code changes (apache#12982) chore: add cypress required checks for branch protection (apache#12970) Refresh dashboard list after bulk delete (apache#12945) Updates storybook to version 6.1.17 (apache#13014) feat: Save datapanel state in local storage (apache#12996) fix: added text and changed margins (apache#12923) chore: Swap Slack Url 2 more places (apache#13004)
* fix: UI toast typo * translate * fix error msg
SUMMARY
Fixes small typo and message toast handling
Before:
After:
ADDITIONAL INFORMATION