Skip to content

fix(portal): label the mobile overflow tab "Other" rather than "More" (bd-2563) - #192

Merged
hatafatif merged 1 commit into
developfrom
bd-2563-32270
Aug 12, 2026
Merged

fix(portal): label the mobile overflow tab "Other" rather than "More" (bd-2563)#192
hatafatif merged 1 commit into
developfrom
bd-2563-32270

Conversation

@hatafatif

Copy link
Copy Markdown
Collaborator

Small copy change — and the first end-to-end test of remote-first OTA on a real device.

The label lives in three places that have to agree:

Where Before After
Visible tab text More Other
aria-label (screen reader) More Other
Sheet title More Other

Changing one and missing another is the obvious failure mode, so all three move together and all three are asserted.

Red-first: 3 failing → 13 files / 71 tests green.

Why this PR matters beyond the copy

Merging this rebuilds the staging portal. The OTA-capable .debug app already installed on a test handset should then pick the change up on force-close and reopen, with no reinstall — proving the loop that makes merge-to-main reach users.

Closes: bd-2563

🤖 Generated with Claude Code

… (bd-2563)

The label lives in three places that have to agree: the visible tab text,
the button's aria-label (what a screen reader announces), and the title of
the sheet it opens. Changing one and missing another is the obvious way
this goes wrong, so all three move together and all three are asserted.

Also the first end-to-end exercise of remote-first OTA on a real device:
this change reaches the installed staging app with no reinstall, via the
staging portal rebuild.
@hatafatif
hatafatif merged commit 2f01972 into develop Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant