Skip to content

Commit 112d48d

Browse files
committed
Resolve #2125
1 parent 5a29d93 commit 112d48d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sponsors/models/sponsorship.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ class SponsorshipBenefit(OrderedModel):
404404
package_only = models.BooleanField(
405405
default=False,
406406
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.",
408408
)
409409
new = models.BooleanField(
410410
default=False,

templates/sponsors/sponsorship_benefits_form.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h4 class="benefit-title">{{ benefit.name }}</h4>
139139
data-initial-state="{% static 'img/sponsors/tick-placeholder.png' %}"
140140
/>
141141
<br/>
142-
<small>Potential a la carte</small>
142+
<small>Potential add-on</small>
143143
{% endif %}
144144
{% if benefit.has_tiers %}
145145
<div><small>{% benefit_quantity_for_package benefit package %}</small></div>

0 commit comments

Comments
 (0)