chore: rename the 'Plates' tab to 'LPR' across all clients - #162
Merged
Conversation
Display label only — internal identifiers (plates route/id, view_plates
capability, /plates + /lpr API paths, PLATES enum) are unchanged.
- Desktop: main nav tab 'Plates' -> 'LPR'.
- Android: ModeTabs 'Plates' -> 'LPR'.
- Admin console: left-nav item + panel header 'Plates' -> 'LPR', and the
watchlist-hit alert description ('managed in LPR -> Watchlist').
- Install guide (AI-INSTALL.md): the two 'Plates tab' references -> 'LPR tab'
so the runbook matches the UI (golden rule 5).
iOS has no Plates tab; 'Plates on this list' (literal plates) and the design
docs' architectural references are intentionally left as-is.
Signed-off-by: badbread <badbread@users.noreply.github.com>
This was referenced Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renames the user-facing Plates tab/label to LPR on every client. Display-only — all internal identifiers stay (
platesroute/id,view_platescapability,/plates+/lprAPI paths,PLATES/CrumbMode.PLATESenums,plates-rootnav id, DB tables).main.dart): main nav tab → LPR.ModeTabs.kt): mode tab → LPR.admin.html): left-nav item + panel header → LPR; watchlist-hit alert description now reads "managed in LPR → Watchlist".AI-INSTALL.md): the two "Plates tab" references → "LPR tab" (golden rule 5 — keep the runbook matching the UI).Left intentionally unchanged: iOS (no Plates tab), the admin hint "Plates on this list…" (literal license plates, not the tab), and the architectural references in
docs/DECISIONS.md/docs/COMPONENT-MAP.md.Gate: admin inline
node --checkOK; desktopflutter analyze lib/main.dartclean; Android change is a string literal.