Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TTalex committed Mar 7, 2024
1 parent 337c655 commit affd4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/BAU/BAUStep1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default function BAUStep1(){
</Tab>))}
</Tabs>
<div>
<Button className="user-note-button" variant="link" onClick={e=>setShowVehicules(true)}><span className="item">Click here to edit vehicules and fuels</span></Button>
<Button className="user-note-button" variant="link" onClick={e=>setShowVehicules(true)}><span className="item">Click here to edit vehicles and fuels</span></Button>
</div>
</ProjectStepContainerWrapper>
<ChoiceModal
Expand Down

0 comments on commit affd4c5

Please sign in to comment.