Skip to content

Commit

Permalink
added ir panel and ce room separator
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbarnes9 committed Jun 24, 2020
1 parent c655554 commit db4b3a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _prototypes/end-to-end/uac-request-confirm-address.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2 class="u-fs-m">Large print</h2>
$('.js-name-address').html('<strong>' + addresseeName + '</strong>' + '<br>' + addressLine1);
$('#js-change-ce-room-number-link').html('Add flat or room number');
} else {
$('.js-name-address').html('<strong>' + addresseeName + '</strong>' + ' ' + roomNumber + '<br>' + addressLine1);
$('.js-name-address').html('<strong>' + addresseeName + '</strong>' + ', ' + roomNumber + '<br>' + addressLine1);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion _prototypes/end-to-end/uac-request-method.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3 class="collapsible__title js-collapsible-title icon--collapsible-simple u-fs
</div>
<div class="panel panel--simple panel--info u-mb-m js-panel u-d-no">
<div class="panel__body">
TBC Separate from the household etc
An individual access code keeps your individual questions and answers separate from your household
</div>
</div>
<div class="answer">
Expand Down

0 comments on commit db4b3a0

Please sign in to comment.