Skip to content

Commit

Permalink
chore(boards): change location text
Browse files Browse the repository at this point in the history
  • Loading branch information
purusott committed Jun 10, 2024
1 parent df5f0ca commit fa6d1c3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ function Address({ bid, location }: { bid: TBoardID; location?: TLocation }) {
className="box flex flex-col"
>
<div className="flex flex-row items-center gap-2">
<Heading3 margin="bottom">Lokasjon</Heading3>
<Heading3 margin="bottom">Adresse</Heading3>
<Tooltip
content="Under innstillingene til hvert stoppested kan du velge om gåavstanden fra tavlen sin lokasjon skal vises"
content="Under innstillingene til hvert stoppested kan du velge om gåavstanden fra tavlen sin adresse skal vises"
placement="top"
>
<ValidationInfoIcon className="mb-2" />
Expand All @@ -42,7 +42,7 @@ function Address({ bid, location }: { bid: TBoardID; location?: TLocation }) {
</div>
<div className="flex flex-row mt-8 justify-end">
<SubmitButton variant="secondary" className="max-sm:w-full">
Lagre lokasjon
Lagre adresse
</SubmitButton>
</div>
</form>
Expand Down

0 comments on commit fa6d1c3

Please sign in to comment.