Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e80f3f9

Browse files
committedJun 3, 2024·
Fjernet tekst for målgruppe hvis valgt språk er engelsk
1 parent 17ec0f1 commit e80f3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/komponenter/header/header-regular/common/sok/sok-innhold/SokResultater.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export const SokResultater = (props: Props) => {
5151
<>
5252
<Heading level="2" size="small" role="status">
5353
{result.total} {finnTekst('sok-resultater', language)}
54-
{' for '} &laquo;{`${writtenInput}`}&raquo; {' for '}
55-
{finnTekst('sok-audience', language, audience)}
54+
{' for '} &laquo;{`${writtenInput}`}&raquo;
55+
{language !== 'en' && ` for ${finnTekst('sok-audience', language, audience)}`}
5656
</Heading>
5757
<Link className={'typo-element'} href={`${XP_BASE_URL}/sok?ord=${writtenInput}`}>
5858
{`${finnTekst('sok-alle-treff', language)} `}

0 commit comments

Comments
 (0)
This repository has been archived.