Skip to content

Commit

Permalink
Merge pull request #1283 from navikt/ORG-1656_rette_teams_team
Browse files Browse the repository at this point in the history
Fikset skrivefeil.
  • Loading branch information
HansPSG authored Nov 16, 2023
2 parents 74617b2 + e60ec83 commit 27dd652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/common/ResourceCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const ResourceCard = ({
>
<div className={iconWithTextStyle}>
<img alt={""} src={teamCardIconCircle} width="30px" />
{numberOfTeams} teams
{numberOfTeams} team
</div>
<div className={iconWithTextStyle}>
<img alt={""} src={teamCardResourceCircle} width="30px" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function LocationHeader({
<Heading level="1" size="large">
{displayName}
</Heading>
<p>Siden viser team som har lagt inn informasjon om lokasjon og hvilke dager de er på kontoret.</p>
<p>Siden viser team som har lagt inn informasjon om plassering og hvilke dager de er på kontoret.</p>
<div
className={css`
display: flex;
Expand All @@ -34,7 +34,7 @@ export function LocationHeader({
>
<div className={iconWithTextStyle}>
<img alt={""} src={locationTeams} width="50px" />
{teamCount} teams
{teamCount} team
</div>
<div className={iconWithTextStyle}>
<img alt={""} src={locationRessources} width="50px" />
Expand Down

0 comments on commit 27dd652

Please sign in to comment.