Skip to content

Commit

Permalink
Tekst kontonummer (#1646)
Browse files Browse the repository at this point in the history
* Endre tekst som vises med kontonummer
  • Loading branch information
amundsor authored Dec 19, 2024
1 parent ff0cc22 commit 7944d07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/locales/en/skjema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ export const skjema = {
label: "Edit",
},
infotekst: {
tekst: "We have obtained the following information from My Page:",
tekst: "(Obtained from My Page)",
},
label: "Account number",
sporsmal: "Account number",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/nb/skjema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ export const skjema = {
label: "Rediger",
},
infotekst: {
tekst: "Vi har hentet følgende opplysninger fra Min Side:",
tekst: "(Hentet fra Min Side)",
},
label: "Kontonummer",
sporsmal: "Kontonummer",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/nn/skjema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ export const skjema = {
label: "Rediger",
},
infotekst: {
tekst: "Vi har henta følgjande opplysningar frå Mi Side:",
tekst: "(Henta frå Mi Side)",
},
label: "Kontonummer",
sporsmal: "Kontonummer",
Expand Down
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 7944d07

Please sign in to comment.