Skip to content

Commit d712605

Browse files
authored
PPHA-748: Rolling tobacco case update to smoked amount (#408)
# What is the change? Update title casing for rolling tobacco # Why are we making this change? Making the system match the design.
1 parent 15d52c3 commit d712605

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lung_cancer_screening/questions/jinja2/smoked_amount.jinja

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
{% block prelude %}
44
{% if form.tobacco_smoking_history.is_normal() %}
5-
<h1 class="nhsuk-heading-l">{{ form.tobacco_smoking_history.get_type_display() | title | singularize }} smoking</h1>
6-
5+
<h1 class="nhsuk-heading-l">{{ form.tobacco_smoking_history.get_type_display() | singularize }} smoking</h1>
76
<p>The question on the next page will ask if the number of {{ form.tobacco_smoking_history.unit() }} you smoke has changed over time.</p>
87
{% endif %}
98
{% endblock prelude %}

0 commit comments

Comments
 (0)