fix hardcoded gold

This commit is contained in:
Seth Call 2020-12-03 16:53:39 -06:00
parent 7a490c4baf
commit c9577b2bb2
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ AppStore = context.AppStore
warning = `<p className="uncollectable-msg">You will drop to the <span className="plan-name">Free</span> free plan after the trial ends because you have not yet entered payment info or selected a plan.</p>`
show_payment_info = true
explanation = `<span>You have a <span className="plan-name">Gold</span> account until your trial ends {context.JK.formatDateShort(this.props.subscription.trial_ends_at)}. {note}</span>`
explanation = `<span>You have a {effective_plan_name} account until your trial ends {context.JK.formatDateShort(this.props.subscription.trial_ends_at)}. {note}</span>`
else
if @props.subscription.desired_plan_code && !@props.subscription.plan_code && !has_billing_info
explanation = `<span>You have successfully upgraded your plan to the {desired_plan_name} level, thank you!</span>`