Skip to content

Commit

Permalink
refactor: update header text in EditZone component
Browse files Browse the repository at this point in the history
  • Loading branch information
D3nnis38 committed Jul 29, 2024
1 parent 7d4d9f9 commit 327f95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Account/EditZone/EditZone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const EditZone = () => {
<Styled.ContentContainer>
<SideBar />
<Styled.FormContainer>
<Styled.Header>Lägg till zoner</Styled.Header>
<Styled.Header>Redigera zon</Styled.Header>
{isLoaded && <EditZoneForm />}
</Styled.FormContainer>
</Styled.ContentContainer>
Expand Down

0 comments on commit 327f95e

Please sign in to comment.