Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Fjernet tekst for målgruppe hvis valgt språk er engelsk
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindskifjeld committed Jun 3, 2024
1 parent 17ec0f1 commit e80f3f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export const SokResultater = (props: Props) => {
<>
<Heading level="2" size="small" role="status">
{result.total} {finnTekst('sok-resultater', language)}
{' for '} &laquo;{`${writtenInput}`}&raquo; {' for '}
{finnTekst('sok-audience', language, audience)}
{' for '} &laquo;{`${writtenInput}`}&raquo;
{language !== 'en' && ` for ${finnTekst('sok-audience', language, audience)}`}
</Heading>
<Link className={'typo-element'} href={`${XP_BASE_URL}/sok?ord=${writtenInput}`}>
{`${finnTekst('sok-alle-treff', language)} `}
Expand Down

0 comments on commit e80f3f9

Please sign in to comment.