From c38cc89ea5f2ebdaf553cc2a5a664ba8a94d03c9 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Thu, 18 Aug 2022 23:15:11 +0200 Subject: [PATCH] Added dynamic title to select input field refs https://github.com/TryGhost/Team/issues/1811 --- ghost/admin/app/templates/offer.hbs | 2 ++ 1 file changed, 2 insertions(+) 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}} />