0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Added missing reference to translation function t

refs: https://github.com/TryGhost/Ghost/issues/16628
This commit is contained in:
Sam Lord 2023-05-25 14:50:15 +01:00 committed by Sam Lord
parent 8135ef74f7
commit a123a3ceee

View file

@ -621,7 +621,7 @@ export default class OfferPage extends React.Component {
<h4 className="gh-portal-product-name">{product.name} - {(offer.cadence === 'month' ? t('Monthly') : t('Yearly'))}</h4>
{this.renderOldTierPrice({offer, price})}
{this.renderUpdatedTierPrice({offer, currencyClass, updatedPrice, price})}
{this.renderOfferMessage({offer, product, price})}
{this.renderOfferMessage({offer, product, price, t})}
</div>
</div>