Fix typos in messages.yml#1363
Conversation
📝 WalkthroughWalkthroughThis PR updates localization message strings in Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 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)
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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
core/src/main/resources/messages.yml (1)
62-62: 💤 Low valueConsider changing the question mark to a period for grammatical consistency.
The infinitive fix (adding "to") is correct. However, "You may want to change it?" mixes a declarative statement with interrogative punctuation, which is grammatically unusual. For consistency with other messages in this file (which use declarative statements), consider changing the question mark to a period:
"You may want to change it."✏️ Proposed refinement
-auto-register: '&2Tried auto registering with password: &7%password&2. You may want to change it?' +auto-register: '&2Tried auto registering with password: &7%password&2. You may want to change it.'🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@core/src/main/resources/messages.yml` at line 62, Update the auto-register message value for the "auto-register" key to end with a period instead of a question mark; replace "You may want to change it?" with "You may want to change it." so the string becomes '&2Tried auto registering with password: &7%password&2. You may want to change it.' ensuring punctuation matches the file's declarative style.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@core/src/main/resources/messages.yml`:
- Line 62: Update the auto-register message value for the "auto-register" key to
end with a period instead of a question mark; replace "You may want to change
it?" with "You may want to change it." so the string becomes '&2Tried auto
registering with password: &7%password&2. You may want to change it.' ensuring
punctuation matches the file's declarative style.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: ce41a6f2-c07b-46e9-9a60-c86684865bf2
📒 Files selected for processing (1)
core/src/main/resources/messages.yml
📜 Review details
🔇 Additional comments (2)
core/src/main/resources/messages.yml (2)
25-25: LGTM!
33-33: LGTM!Also applies to: 36-36
Summary by CodeRabbit