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:
parent
8135ef74f7
commit
a123a3ceee
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue