Skip to content

Commit

Permalink
Fix inconsistent capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Oct 4, 2023
1 parent 27fdc79 commit 2c65f16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function RobotStatusSection({ refreshInterval }: RefreshProps) {
return (
<RobotView>
<Typography color="resting" variant="h1">
{TranslateText('Robot status')}
{TranslateText('Robot Status')}
</Typography>
<RobotCardSection>
{robots.length > 0 && robotDisplay}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/language/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"Localize": "Localize",
"Localization": "Localization",
"Localize robot": "Localize robot",
"Robot status": "Robot status",
"Robot Status": "Robot Status",
"Stop": "Stop",
"Start": "Start",
"Set robot arm to ": "Set robot arm to ",
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/language/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"Localize": "Lokaliser",
"Localization": "Lokalisering",
"Localize robot": "Lokaliser roboten",
"Robot status": "Robotstatus",
"Robot Status": "Robotstatus",
"Stop": "Stopp",
"Start": "Start",
"Set robot arm to ": "Sett robot arm til ",
Expand Down Expand Up @@ -143,8 +143,8 @@
"Past deadline": "Frist utløpt",
"Due within two weeks": "Frist innen to uker",
"Up to date": "Oppdatert",
"No Area Inspections Available": "Ingen Tilgjengelige Områdeinspeksjoner",
"No Deck Inspections Available": "Ingen Tilgjengelige Dekkinspeksjoner",
"No Area Inspections Available": "Ingen tilgjengelige områdeinspeksjoner",
"No Deck Inspections Available": "Ingen tilgjengelige dekkinspeksjoner",
"Queue mission": "Legg til oppdrag i køen",
"This installation has no missions": "Denne installasjonen har ingen oppdrag",
"Inspection Missions": "Inspeksjonsoppdrag",
Expand Down

0 comments on commit 2c65f16

Please sign in to comment.