# Hardcoded UI Strings Audit

Current status:
- previous audited public UI strings were moved into `frontend/app/i18n/public-ui.js` and are now read through the locale layer
- scan scope: `frontend/app/**`
- excluded: `frontend/app/generated/**`, `frontend/app/i18n/**`, `frontend/app/data/**`

## Remaining Coordinates

- `frontend/app/content/reviews.js:5-17`
  - canonical platform matching literals `Google`, `Trustpilot`, `TripAdvisor`
  - intentionally kept in English because they are source-of-truth matching keys for review categories, not display UI text

- `frontend/app/content/reviews.js:53-57`
  - canonical color-map keys `Google`, `Trustpilot`, `TripAdvisor`
  - intentionally kept in English because they map to canonical platform identifiers, while visible labels already come from the locale layer

## Notes

- This file is now a residual audit, not the original full backlog.
- If new public UI strings are added directly in Vue/components/content, re-scan and append exact file coordinates here before shipping.
