-
Notifications
You must be signed in to change notification settings - Fork 552
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
Fix: Inconsistency in Title during creation of Resouce Request #9440 #9442
Fix: Inconsistency in Title during creation of Resouce Request #9440 #9442
Conversation
WalkthroughThis pull request addresses an inconsistency in terminology across the application's resource request interface. The changes involve updating the label from "Description of Request" to "Reason of Request" in multiple files, including the English localization file ( Changes
Assessment against linked issues
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Deploy Preview for care-ohc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
public/locale/en.json
(1 hunks)src/components/Resource/ResourceDetails.tsx
(1 hunks)src/components/Resource/ResourceDetailsUpdate.tsx
(1 hunks)
✅ Files skipped from review due to trivial changes (2)
- public/locale/en.json
- src/components/Resource/ResourceDetailsUpdate.tsx
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: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (6)
public/locale/en.json
(1 hunks)public/locale/hi.json
(1 hunks)public/locale/kn.json
(1 hunks)public/locale/ml.json
(1 hunks)public/locale/ta.json
(1 hunks)src/components/Resource/ResourceCreate.tsx
(1 hunks)
✅ Files skipped from review due to trivial changes (4)
- public/locale/ml.json
- src/components/Resource/ResourceCreate.tsx
- public/locale/ta.json
- public/locale/kn.json
🚧 Files skipped from review as they are similar to previous changes (1)
- public/locale/en.json
@coderabbitai review |
✅ Actions performedReview triggered.
|
Hi @rithviknishad @shivankacker Kindly review the PR and let me know if any changes are required. Thanks! |
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.
https://github.com/ohcnetwork/care_fe?tab=readme-ov-file#translations
avoid adding other languages
Hi @rithviknishad , I have reverted the translation for other languages. The JSON keys are same as the English language to ensure the consistency throughout the codebase |
@srijantrpth Your efforts have helped advance digital healthcare and TeleICU systems. 🚀 Thank you for taking the time out to make CARE better. We hope you continue to innovate and contribute; your impact is immense! 🙌 |
Proposed Changes
Before:
After:
![2](https://private-user-images.githubusercontent.com/72181144/395876728-11e9ef2c-a6b7-492f-9a49-7e3a16a10302.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTM2ODQsIm5iZiI6MTczOTY1MzM4NCwicGF0aCI6Ii83MjE4MTE0NC8zOTU4NzY3MjgtMTFlOWVmMmMtYTZiNy00OTJmLTlhNDktN2UzYTE2YTEwMzAyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDIxMDMwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM4OTBlZWNlOTBiMDU3NDY2MjYwODEyNWI2MGY4ZDQ1NmM3NzljZWE1ZWMxNGU2NGI4ZGIwMjM5OWRkYTljODgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.6WfmjDtDgAqDEqjF7CvAEFBB9smzeleTaki-86v8eSE)
@ohcnetwork/care-fe-code-reviewers
Merge Checklist
Summary by CodeRabbit
New Features
Bug Fixes
Documentation