diff --git a/apps/scandic-web/constants/membershipLevels.ts b/apps/scandic-web/constants/membershipLevels.ts index e238bbd2e..7a00138e4 100644 --- a/apps/scandic-web/constants/membershipLevels.ts +++ b/apps/scandic-web/constants/membershipLevels.ts @@ -46,7 +46,7 @@ export const TIER_TO_FRIEND_MAP: Record = { export type MembershipLevel = keyof typeof MembershipLevelEnum export const SAS_EUROBONUS_TIER_TO_NAME_MAP: Record = { - EBB: "Basic", + EBB: "Member", EBS: "Silver", EBG: "Gold", EBD: "Diamond",