-
Notifications
You must be signed in to change notification settings - Fork 6
chore: change naming to general court #123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for kleros-escrow-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
WalkthroughThe text in the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
web/src/components/PreviewCard/Terms/Description.tsx (1)
145-147
: Consider externalising hard-coded court namesEven though this is just a copy tweak, the court name now appears as a hard-coded literal. If the organisation ever rebrands or supports multiple locales, hunting down string literals can be error-prone. Consider moving the court name into a constants file (e.g.
consts/courts.ts
) or an i18n dictionary so it can be reused (and translated) consistently.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
web/src/components/PreviewCard/Terms/Description.tsx
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
- GitHub Check: Redirect rules - kleros-escrow-v2
- GitHub Check: Redirect rules - kleros-escrow-v2
- GitHub Check: Header rules - kleros-escrow-v2
- GitHub Check: Header rules - kleros-escrow-v2
- GitHub Check: Pages changed - kleros-escrow-v2
- GitHub Check: Pages changed - kleros-escrow-v2
🔇 Additional comments (1)
web/src/components/PreviewCard/Terms/Description.tsx (1)
145-147
: Court name updated correctly – no further action requiredThe wording change from “Kleros Freelancing Court” to “Kleros General Court” aligns with the desired naming and does not affect runtime behaviour.
PR-Codex overview
This PR updates the text in the
Description.tsx
file to change the name of the court mentioned in the complaint process from theKleros Freelancing Court
to theKleros General Court
.Detailed summary
<StyledP>
:Summary by CodeRabbit