diff --git a/_prototypes/end-to-end/ir-uac-request-launcher.html b/_prototypes/end-to-end/ir-uac-request-launcher.html index 714f57a743..78b58396e4 100644 --- a/_prototypes/end-to-end/ir-uac-request-launcher.html +++ b/_prototypes/end-to-end/ir-uac-request-launcher.html @@ -28,14 +28,19 @@

Request an individual access code

-

An individual access code lets you answer your census questions separately from your household. Your new access code can be sent to you by text or post.

- +

An individual access code lets you answer your census questions separately from the people you live with. You can choose to receive your new access code by text or post.

+
+
+

No one in your household will be told that you have requested an individual access code.

+
+
+

Your individual answers will take priority over any information submitted about you in the household census.

- Request a new code + Start @@ -61,7 +66,7 @@

Request an individual access code

}); function updateAllLinks() { - $('.js-previous-link').attr('href', '../' + previousPage + '&' + 'current-journey=' + currentJourney); + $('.js-previous-link').attr('href', '../' + previousPage + '?' + 'current-journey=' + currentJourney); } $(updateAllLinks);