Skip to content

Fix typos in user-facing localized strings#297892

Merged
lramos15 merged 1 commit intomicrosoft:mainfrom
kbhujbal:fix/typos-in-user-facing-strings
Mar 2, 2026
Merged

Fix typos in user-facing localized strings#297892
lramos15 merged 1 commit intomicrosoft:mainfrom
kbhujbal:fix/typos-in-user-facing-strings

Conversation

@kbhujbal
Copy link
Contributor

  • Fix "Overriden" -> "Overridden" in terminal cwd picker description
  • Fix "requried" -> "required" in notebook renderer messaging description

- Fix "Overriden" -> "Overridden" in terminal cwd picker description
- Fix "requried" -> "required" in notebook renderer messaging description

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kbhujbal
Copy link
Contributor Author

Fixes typos in two user-facing localized strings:

  • terminalActions.ts: "(Overriden) {0}""(Overridden) {0}" — visible in the terminal cwd picker when a folder's working directory is overridden.
  • notebookExtensionPoint.ts: "it's not requried.""it's not required." — visible in the notebook renderer requiresMessaging enum description.

Both are simple spelling corrections in nls.localize() message strings with no functional changes.

Test plan

  • Verify the two changed strings render correctly in the UI
  • No functional code was modified — only localized string literals

@kbhujbal
Copy link
Contributor Author

kbhujbal commented Mar 1, 2026

@microsoft-github-policy-service agree

@lramos15 lramos15 merged commit 5e4c0d5 into microsoft:main Mar 2, 2026
18 checks passed
DonJayamanne pushed a commit that referenced this pull request Mar 2, 2026
- Fix "Overriden" -> "Overridden" in terminal cwd picker description
- Fix "requried" -> "required" in notebook renderer messaging description

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants