File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ class SponsorshipBenefit(OrderedModel):
404
404
package_only = models .BooleanField (
405
405
default = False ,
406
406
verbose_name = "Sponsor Package Only Benefit" ,
407
- help_text = "If a benefit is only available via a sponsorship package, select this option." ,
407
+ help_text = "If a benefit is only available via a sponsorship package and not as an add-on , select this option." ,
408
408
)
409
409
new = models .BooleanField (
410
410
default = False ,
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ <h4 class="benefit-title">{{ benefit.name }}</h4>
139
139
data-initial-state ="{% static 'img/sponsors/tick-placeholder.png' %} "
140
140
/>
141
141
< br />
142
- < small > Potential a la carte </ small >
142
+ < small > Potential add-on </ small >
143
143
{% endif %}
144
144
{% if benefit.has_tiers %}
145
145
< div > < small > {% benefit_quantity_for_package benefit package %}</ small > </ div >
You can’t perform that action at this time.
0 commit comments