Changed Advance search to Advanced search#122
Changed Advance search to Advanced search#122snehar-nd wants to merge 2 commits intorelease-3.6.2from
Conversation
📝 WalkthroughWalkthroughConfiguration and localization updates across the codebase: spelling correction for "Advance Search" to "Advanced Search" in language assets, and addition of a new environment configuration flag Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts (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 |
|
|
review PR @CodeRabbit |
|
✅ Actions performedReview triggered.
|
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
src/assets/English.json (1)
301-301:⚠️ Potential issue | 🟡 MinorMissed occurrence: "Advance Beneficiary Search" should also be "Advanced Beneficiary Search".
This is the same typo the PR aims to fix. Update this value for consistency.
🔧 Suggested fix
- "advanceBeneficiarySearch": "Advance Beneficiary Search", + "advanceBeneficiarySearch": "Advanced Beneficiary Search",
🧹 Nitpick comments (2)
src/environments/environment.dev.ts (1)
520-521: Inconsistent indentation: 4 spaces vs. 2 spaces used by the rest of the object.The new property uses 4-space indentation while all other properties in the
environmentobject use 2-space indentation.🔧 Suggested fix
- isEnableES: false, - + isEnableES: false,src/environments/environment.prod.ts (1)
514-515: Inconsistent indentation and trailing blank line.Line 514 uses 4-space indentation while every other property in this object uses 2 spaces. There's also a stray blank line (515) before the closing
};. This is minor but worth keeping consistent with the rest of the file.🧹 Suggested fix
- isEnableES: false, - + isEnableES: false, };



📋 Description
JIRA ID:
AMM-2159
✅ Type of Change
ℹ️ Additional Information
Changed text to Advanced Search.
Summary by CodeRabbit
Documentation
Chores