Merged in fix/LOY-358-change-sas-boosted-text (pull request #3018)

fix(LOY-358): change sas boost text

* fix(LOY-358): change sas boost text


Approved-by: Emma Zettervall
This commit is contained in:
Chuma Mcphoy (We Ahead)
2025-10-27 14:24:58 +00:00
parent 3c72d043e2
commit d259a26b6e

View File

@@ -29,7 +29,7 @@ export default async function SasBoostStatus({
const sasBoostExpiryText = intl.formatMessage(
{
id: "membershipOverViewCard.sasBoostedUntilDate",
defaultMessage: "Boosted by SAS until {date}",
defaultMessage: "Linked with SAS until {date}",
},
{
date: dt(tierExpirationDate).locale(lang).format("D MMM YYYY"),