fix: correct typo 'occured' -> 'occurred' in k_bar_ai_error i18n value#29478
fix: correct typo 'occured' -> 'occurred' in k_bar_ai_error i18n value#29478developers-universe-1 wants to merge 2 commits into
Conversation
|
Welcome to Cal.diy, @developers-universe-1! Thanks for opening this pull request. A few things to keep in mind:
A maintainer will review your PR soon. Thanks for contributing! |
|
Actionable comments posted: 0 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR fixes two typos without changing any behavior. The first updates the English localization string for 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
|
| const currentUrl = new URL(window.location.href); | ||
| const searchParams = currentUrl.searchParams; | ||
|
|
||
| const paramater = searchParams.get(paramName); |
There was a problem hiding this comment.
hey, you have submitted same changes twice (#29477). Would you mind reverting this? Making it a draft til then.
Corrects spelling in the English translation for the K-Bar AI error message. No functional changes.