FenjuFu opened a new pull request, #533:
URL: https://github.com/apache/fineract-backoffice-ui/pull/533

   ## What and why
   
   Rename the client-scoped free-text search from “Advanced Client Search” to 
“Client Search” so its navigation label and page title accurately describe the 
capability currently exposed. Keep the English, Hindi, and Korean navigation 
labels aligned without changing routes, APIs, search behavior, or layout.
   
   Closes #493
   
   AI assistance was used for issue triage, translation consistency checks, and 
validation orchestration. I reviewed and take responsibility for the four-line 
content change and the reported verification results.
   
   ## Verification
   
   - Parsed `en.json`, `hi.json`, and `ko.json` as JSON.
   - `npm run i18n:check` — 1,615 referenced keys checked; no missing keys.
   - Targeted Prettier check for the three translation files — passed.
   - `npm run lint` — passed.
   - `npm run build` — passed. The build retained the existing non-blocking 
`header.component.ts` 5.12 kB style-budget warning; this change does not touch 
that component.
   - `git diff --check` — passed.
   - No mocked or real Fineract backend was needed because this changes labels 
only and does not change a UI workflow or API request.
   
   ## Screenshots
   
   Not applicable — this is a text-only label correction with no layout or 
style change. The misleading pre-change screen is already captured in #493.
   
   ## Checklist
   
   - [x] I did not hand-edit generated files under `src/app/api/`.
   - [x] No component or service code changed; the adapter-boundary item is not 
applicable.
   - [x] User-facing strings use existing translation keys.
   - [x] No new test was needed for a translation-value-only change; JSON, 
i18n, formatting, lint, and production-build checks cover the affected surface.
   - [x] No UI workflow changed, so new e2e coverage and real-backend testing 
are not applicable.
   - [x] The commit is signed and includes a matching DCO `Signed-off-by` 
trailer.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to