Language-constant stem: COM_MOKOJOOMBACKUP_* → COM_MOKOSUITEBACKUP_* (match element) #234

Open
opened 2026-07-06 03:03:07 +00:00 by jmiller · 1 comment
Owner

Part of the org-wide MokoSuite component naming/consistency pass.

Backup already uses a _SHORT menu constant (COM_MOKOJOOMBACKUP_SHORT="Backup") and resolves correctly — so the menu label itself is fine. The inconsistency is the constant stem: it's MOKOJOOMBACKUP while the component element is com_mokosuitebackup.

Suggested (low priority): rename the language-constant prefix COM_MOKOJOOMBACKUP_*COM_MOKOSUITEBACKUP_* so the stem matches the element/product name, consistent with HQ/Client. Keep _SHORT="Backup".

Non-urgent — cosmetic/consistency only.

Part of the org-wide MokoSuite component naming/consistency pass. Backup **already uses a `_SHORT` menu constant** (`COM_MOKOJOOMBACKUP_SHORT="Backup"`) and resolves correctly — so the menu label itself is fine. The inconsistency is the **constant stem**: it's `MOKOJOOMBACKUP` while the component element is `com_mokosuitebackup`. **Suggested (low priority):** rename the language-constant prefix `COM_MOKOJOOMBACKUP_*` → `COM_MOKOSUITEBACKUP_*` so the stem matches the element/product name, consistent with HQ/Client. Keep `_SHORT="Backup"`. Non-urgent — cosmetic/consistency only.
Author
Owner

Branch created: feature/234-language-constant-stem-com-mokojoombacku

git fetch origin
git checkout feature/234-language-constant-stem-com-mokojoombacku
Branch created: [`feature/234-language-constant-stem-com-mokojoombacku`](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteBackup/src/branch/feature/234-language-constant-stem-com-mokojoombacku) ```bash git fetch origin git checkout feature/234-language-constant-stem-com-mokojoombacku ```
Sign in to join this conversation.