Skip to content

fix: correct typos in i18n and task error messages#5229

Open
Ricardo-M-L wants to merge 3 commits intocrewAIInc:mainfrom
Ricardo-M-L:fix/typos-in-i18n-and-task-error-messages
Open

fix: correct typos in i18n and task error messages#5229
Ricardo-M-L wants to merge 3 commits intocrewAIInc:mainfrom
Ricardo-M-L:fix/typos-in-i18n-and-task-error-messages

Conversation

@Ricardo-M-L
Copy link
Copy Markdown

@Ricardo-M-L Ricardo-M-L commented Apr 2, 2026

Three small fixes in user-facing strings:

  1. i18n.py line 23: duplicate word "Path to the prompt_file file to load" → "Path to the prompt_file to load"
  2. i18n.py line 128: double space in error message "'{key}' not found" → "'{key}' not found"
  3. task.py lines 576, 690: grammar "process that support that" → "process that supports that"

Note

Low Risk
Low risk: only user-facing string tweaks (typos/spacing) with no functional or behavioral changes.

Overview
Fixes minor typos in user-facing strings.

Updates the “no agent assigned” exception message in Task._execute_core and Task._aexecute_core (“supports” grammar), and cleans up wording/spacing in I18N.prompt_file field description and the missing-prompt exception message.

Written by Cursor Bugbot for commit ce0c887. This will update automatically on new commits. Configure here.

- i18n.py: remove duplicate "file" in field description
- i18n.py: remove extra space in error message
- task.py: fix grammar "support" → "supports" (2 occurrences)
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