Skip to content

Commit

Permalink
Endre tekst som vises med kontonummer
Browse files Browse the repository at this point in the history
  • Loading branch information
amundsor committed Dec 19, 2024
1 parent ff0cc22 commit 84fcf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sider/01-personalia/KontonrShow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const KontonrShowSysteminfo = ({onEdit}: {onEdit?: () => void}) => {
return expectOK(({systemverdi}) => (
<div>
<SysteminfoItem as="div">{formatKontonummer(systemverdi ?? "")}</SysteminfoItem>
<BodyShort className={"pt-2"}>{t("kontakt.system.personalia.infotekst.tekst")}</BodyShort>
<BodyShort className={"pt-2"}>{t("kontakt.system.kontonummer.infotekst.tekst")}</BodyShort>
{onEdit && <PersonaliaEditKnapp onClick={onEdit} />}
</div>
));
Expand Down

0 comments on commit 84fcf67

Please sign in to comment.