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 9, 2025
1 parent 38f11bd commit 4453931
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion front/public/locales/en/stdcm-simulation-report-sheet.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"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
1 change: 1 addition & 0 deletions front/public/locales/en/stdcm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"consist": {
"consist": "Consist",
"length": "Length",
"conoyLength": "length",
"tonnage": "Tonnage",
"maxSpeed": "Max speed",
"tractionEngine": "Traction engine",
Expand Down
2 changes: 1 addition & 1 deletion front/public/locales/fr/stdcm-simulation-report-sheet.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"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
1 change: 1 addition & 0 deletions front/public/locales/fr/stdcm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"consist": {
"consist": "Convoi",
"length": "Longueur",
"conoyLength": "longueur",
"tonnage": "Tonnage",
"maxSpeed": "Vitesse max.",
"tractionEngine": "Engin de traction",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ const SimulationReportSheet = ({
<TD>{t('weight')}</TD>
</View>
<View style={styles.simulation.length}>
<TD>{t('length')}</TD>
<TD>{t('conoyLength')}</TD>
</View>
<View style={styles.simulation.refEngineWidth}>
<TD>{t('referenceEngine')}</TD>
Expand Down

0 comments on commit 4453931

Please sign in to comment.