chore(SW-288): update Finnish translations + date format

This commit is contained in:
Matilda Landström
2024-08-28 09:54:16 +02:00
parent 6d13babfed
commit 007b937695
11 changed files with 40 additions and 26 deletions

View File

@@ -16,7 +16,7 @@ import { getMembershipLevelObject } from "@/utils/membershipLevel"
import styles from "./next.module.css"
import { AccountPageComponentProps } from "@/types/components/myPages/myPage/accountPage"
import type { AccountPageComponentProps } from "@/types/components/myPages/myPage/accountPage"
export default async function NextLevelBenefitsBlock({
title,
@@ -49,7 +49,7 @@ export default async function NextLevelBenefitsBlock({
</Chip>
<div className={styles.textContainer}>
<Body color="peach50" textAlign="center">
{formatMessage({ id: "As our" })} {nextLevel.name}
{formatMessage({ id: "As our" }, { level: nextLevel.name })}
</Body>{" "}
<Title
level="h4"