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:
@@ -29,7 +29,7 @@ export default async function SasBoostStatus({
|
|||||||
const sasBoostExpiryText = intl.formatMessage(
|
const sasBoostExpiryText = intl.formatMessage(
|
||||||
{
|
{
|
||||||
id: "membershipOverViewCard.sasBoostedUntilDate",
|
id: "membershipOverViewCard.sasBoostedUntilDate",
|
||||||
defaultMessage: "Boosted by SAS until {date}",
|
defaultMessage: "Linked with SAS until {date}",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: dt(tierExpirationDate).locale(lang).format("D MMM YYYY"),
|
date: dt(tierExpirationDate).locale(lang).format("D MMM YYYY"),
|
||||||
|
|||||||
Reference in New Issue
Block a user