Skip to content

Commit

Permalink
front: fix table headers to start with lowercase letters for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Achraf Mohyeddine <[email protected]>
  • Loading branch information
achrafmohye committed Jan 13, 2025
1 parent 856e5b9 commit c7b8c33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions front/public/locales/en/stdcm-simulation-report-sheet.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"formattedDate": "{{year}}/{{month}}/{{day}} at {{hours}}:{{minutes}}",
"formattedDateScenario": "Simulation sheet generated on {{day}}/{{month}}/{{year}} at {{hours}}:{{minutes}}",
"from": "from",
"length": "Length",
"length": "length",
"maxLength": "max. length",
"maxSpeed": "max. speed",
"maxWeight": "max. weight",
"operationalPoint": "OP",
"passageStop": "passage",
"refEngine": "Ref. engine",
"referenceEngine": "reference engine",
"simulationStopType": "Type d'arrêt",
"simulationStopType": "stop type",
"requestedRoute": "requested route",
"scheduledArrival": "scheduled arrival on {{date}} at {{time}}",
"scheduledDeparture": "scheduled departure on {{date}} at {{time}}",
Expand Down
4 changes: 2 additions & 2 deletions front/public/locales/fr/stdcm-simulation-report-sheet.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"formattedDate": "le {{day}}/{{month}}/{{year}} à {{hours}}:{{minutes}}",
"formattedDateScenario": "Fiche de simulation générée le {{day}}/{{month}}/{{year}} à {{hours}}:{{minutes}}",
"from": "du",
"length": "Longueur",
"length": "longueur",
"maxLength": "longueur max.",
"maxSpeed": "vitesse max.",
"maxWeight": "tonnage max.",
"operationalPoint": "jalon",
"passageStop": "passage",
"refEngine": "Engin de réf.",
"referenceEngine": "engin de référence",
"simulationStopType": "Type d'arrêt",
"simulationStopType": "type d'arrêt",
"requestedRoute": "parcours demandé",
"scheduledArrival": "arrivée prévue le {{date}} à {{time}}",
"scheduledDeparture": "départ prévu le {{date}} à {{time}}",
Expand Down

0 comments on commit c7b8c33

Please sign in to comment.