Skip to content

Commit 9710ac9

Browse files
committed
Normalize ticket labels to "Cars <département>" in HexInput
Rename prefill button labels: Bus Ardèche → Cars Ardèche, Bus Ain → Cars Ain, Drôme Bus → Cars Drôme. https://claude.ai/code/session_01NAa8pzg9GUivQcSjSRTcUS
1 parent 6be930f commit 9710ac9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/src/components/HexInput.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ const PREFILLS = [
1616
{ label: 'Sample', hex: SAMPLE_TICKET_HEX },
1717
{ label: 'SNCF TER', hex: SNCF_TER_TICKET_HEX },
1818
{ label: 'Solea', hex: SOLEA_TICKET_HEX },
19-
{ label: 'Bus Ardèche', hex: BUS_ARDECHE_TICKET_HEX },
20-
{ label: 'Bus Ain', hex: BUS_AIN_TICKET_HEX },
21-
{ label: 'Drôme Bus', hex: DROME_BUS_TICKET_HEX },
19+
{ label: 'Cars Ardèche', hex: BUS_ARDECHE_TICKET_HEX },
20+
{ label: 'Cars Ain', hex: BUS_AIN_TICKET_HEX },
21+
{ label: 'Cars Drôme', hex: DROME_BUS_TICKET_HEX },
2222
{ label: 'CTS', hex: CTS_TICKET_HEX },
2323
{ label: 'Grand Est', hex: GRAND_EST_U1_FCB3_HEX },
2424
];

0 commit comments

Comments
 (0)