diff --git a/ghost/admin/app/templates/offer.hbs b/ghost/admin/app/templates/offer.hbs index a718abd953..5d4283c1c2 100644 --- a/ghost/admin/app/templates/offer.hbs +++ b/ghost/admin/app/templates/offer.hbs @@ -86,6 +86,7 @@ @optionValuePath="name" @optionLabelPath="label" @optionTargetPath="name" + @title="{{this.offer.tier.name}} - {{if (eq this.offer.cadence "month") "Monthly" "Yearly" }}" @disabled={{this.isDiscountSectionDisabled}} @update={{this.updateCadence}} /> @@ -126,6 +127,7 @@ @optionValuePath="name" @optionLabelPath="label" @optionTargetPath="name" + @title="{{this.offer.tier.name}} - {{if (eq this.offer.cadence "month") "Monthly" "Yearly" }}" @disabled={{this.isDiscountSectionDisabled}} @update={{this.updateCadence}} />