Skip to content

Commit

Permalink
fix(Compensations): translate headers and submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Sep 19, 2024
1 parent 1f3020e commit be55a2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/compensations/Compensations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const Compensations = ({ compensations, locations }: CompensationsProps) => {
<Text type="h1">{compensations.basicTitle}</Text>
<RadioButtonGroup
id="location-group"
label="Choose your location"
label="Velg lokasjon"
options={locationOptions}
selectedId={selectedLocation}
onValueChange={(option) => setSelectedLocation(option.id)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function SalaryCalculator({
>
<RadioButtonGroup
id="degree-group"
label="Choose your degree"
label="Velg utdanning"
options={degreeOptions}
selectedId={selectedDegree}
onValueChange={(selectedOption) =>
Expand All @@ -62,7 +62,7 @@ export default function SalaryCalculator({
/>
</div>
<Button type="secondary" size="small">
Submit
Regn ut
</Button>
</form>
);
Expand Down

0 comments on commit be55a2c

Please sign in to comment.