File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66{% extends 'layout.html' %}
77
88{% if (data['who-is-being-registered'] === "dependant") %}
9- {% set heading = 'What are ' + data['name-first-name'] + '\'s contact details ?' %}
10- {% set hintText = 'The NHS and the patient\'s GP surgery can use these details to call, text or email them about health care services.' %}
9+ {% set heading = 'What are the contact details for ' + data['name-first-name'] + '\'s?' %}
10+ {% set hintText = 'The NHS and the patient\'s GP surgery can use these details to call, text or email about health care services.' %}
1111{% else %}
1212 {% set heading = 'What are your contact details?' %}
1313 {% set hintText = 'The NHS and your GP surgery can use these details to call, text or email you about health care services.' %}
You can’t perform that action at this time.
0 commit comments