Skip to content

Commit

Permalink
front: fix capitalized text in stdcm table results
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Macron <[email protected]>
  • Loading branch information
Akctarus committed Nov 8, 2024
1 parent 95c1305 commit 6ce1172
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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 @@ -15,7 +15,7 @@
"maxWeight": "max. weight",
"operationalPoint": "OP",
"passageStop": "passage",
"refEngine": "ref. engine",
"refEngine": "Ref. engine",
"referenceEngine": "reference engine",
"referencePath": "Reference path",
"requestedRoute": "requested route",
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 @@ -15,7 +15,7 @@
"maxWeight": "tonnage max.",
"operationalPoint": "jalon",
"passageStop": "passage",
"refEngine": "engin de réf.",
"refEngine": "Engin de réf.",
"referenceEngine": "engin de référence",
"referencePath": "Sillon de référence",
"requestedRoute": "parcours demandé",
Expand Down
3 changes: 3 additions & 0 deletions front/src/styles/scss/applications/stdcm/_results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@
padding-bottom: 0.313rem;
vertical-align: middle;
}
th:last-child {
text-transform: none;
}
tbody tr:nth-child(odd) {
background-color: rgb(239, 243, 245);
}
Expand Down

0 comments on commit 6ce1172

Please sign in to comment.