Files
ms1inscription-v5/sql/MSIN-inscriptions-mobile-menu-v2-i18n.sql
stephan d5fdb227dd Update mobile registration menu labels and enhance SQL entries for V2
This commit modifies the mobile registration menu labels to reflect the new versioning, changing the text to "Gestion des inscriptions V2" in French and "Registration management V2" in English. Additionally, it introduces a new function, `fxInscrMobilePromoteurMenuLabel`, to standardize the label retrieval process. The icon for the mobile registration link is also updated to improve visual consistency across the interface.
2026-06-19 12:43:54 -04:00

8 lines
431 B
SQL

-- Menu promoteur — libellé inscriptions mobile V2 (aligné sur l'ancien menu)
UPDATE info SET info_texte = 'Gestion des inscriptions V2'
WHERE info_clef = 'tableau_promoteur_menu_inscriptions_mobile' AND info_langue = 'fr' AND info_prg = 'compte.php';
UPDATE info SET info_texte = 'Registration management V2'
WHERE info_clef = 'tableau_promoteur_menu_inscriptions_mobile' AND info_langue = 'en' AND info_prg = 'compte.php';