Skip to content

Commit abb8d67

Browse files
committed
Rename stop button to skip
1 parent 2c596ea commit abb8d67

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

frontend/src/components/Displays/MissionButtons/MissionControlButtons.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const OngoingMissionButton = ({ missionName, robotId, missionTaskType }: Mission
9999
<ButtonIcon variant="contained_icon" onClick={toggleSkipMissionDialog}>
100100
<Icon name={Icons.Next} size={24} />
101101
</ButtonIcon>
102-
<Typography variant="caption">{TranslateText('Stop')}</Typography>
102+
<Typography variant="caption">{TranslateText('Skip')}</Typography>
103103
<SkipMissionDialog
104104
missionName={missionName}
105105
robotId={robotId}
@@ -135,7 +135,7 @@ const PausedMissionButton = ({ missionName, robotId, missionTaskType }: MissionP
135135
<ButtonIcon variant="contained_icon" onClick={toggleSkipMissionDialog}>
136136
<Icon name={Icons.Next} size={24} />
137137
</ButtonIcon>
138-
<Typography variant="caption">{TranslateText('Stop')}</Typography>
138+
<Typography variant="caption">{TranslateText('Skip')}</Typography>
139139
<SkipMissionDialog
140140
missionName={missionName}
141141
robotId={robotId}

frontend/src/language/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,5 +298,6 @@
298298
"No automated scheduling set": "No automated scheduling set",
299299
"No days have been selected. Please select days": "No days have been selected. Please select days",
300300
"No times have been selected. Please add time": "No times have been selected. Please add time",
301-
"Mission source id": "Mission source id"
301+
"Mission source id": "Mission source id",
302+
"Skip": "Skip"
302303
}

frontend/src/language/no.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,5 +298,6 @@
298298
"No automated scheduling set": "Automatisk kjøring er ikke satt",
299299
"No days have been selected. Please select days": "Ingen dager er valgt. Vennligst velg dager",
300300
"No times have been selected. Please add time": "Ingen tidspunkt er valgt. Vennligst legg til tidspunkt",
301-
"Mission source id": "Mission source id"
301+
"Mission source id": "Mission source id",
302+
"Skip": "Neste"
302303
}

0 commit comments

Comments
 (0)