Fix 'occured' -> 'occurred' typos in user-visible strings across multiple plugins#263916
Fix 'occured' -> 'occurred' typos in user-visible strings across multiple plugins#263916SAY-5 wants to merge 8 commits intoelastic:mainfrom
Conversation
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
|
💚 CLA has been signed |
|
Pinging @elastic/obs-presentation-team (Team:obs-presentation) |
|
Pinging @elastic/obs-ai-team (Team:obs-ai) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
ApprovabilityVerdict: Needs human review Pure typo fix changing 'occured' to 'occurred' in error messages and comments across 7 files with no logic changes. However, the author does not own any of the modified files, and changes touch multiple team domains including a security plugin file, warranting brief human acknowledgment from relevant code owners. You can customize Macroscope's approvability policy. Learn more. |
nreese
left a comment
There was a problem hiding this comment.
kibana-presentation changes LGTM
code review only
rmyz
left a comment
There was a problem hiding this comment.
x-pack/solutions/observability/plugins/apm/public/components/shared/error_state_prompt.tsx change LGTM
kc13greiner
left a comment
There was a problem hiding this comment.
Security comment updates LGTM!
|
Closing — typo-only PR. Multiple maintainers across the OSS ecosystem have flagged my recent typo-sweep PRs as AI-generated spam (notably hashicorp/nomad#27855, hashicorp/hcl#794, argo-cd reviewers). I should have caught this pattern sooner. Apologies for the noise. |
Summary
Fix
occured→occurredtypos across 7 Kibana source files. Most are user-visible error strings surfaced in UI components or log output.Files
function_form.tsx:51error_state_prompt.tsx:18defaultMessage(user-visible in UI)record_violations.ts:101,105error_prompt.tsx:21defaultMessage(user-visible)mapper.ts:67insight_error.tsx:22defaultMessage(user-visible)task_store.ts:537,690Testing
String-literal-only change in all cases. No logic, no API, no translation keys — only the English source strings in
defaultMessage/error text. i18n extraction pipelines re-generate from source, so this just produces cleaner English output.