diff --git a/app/templates/views/service-settings/branding/email-branding-options.html b/app/templates/views/service-settings/branding/email-branding-options.html index 020fc86c6..7e9d7edc1 100644 --- a/app/templates/views/service-settings/branding/email-branding-options.html +++ b/app/templates/views/service-settings/branding/email-branding-options.html @@ -35,7 +35,7 @@ {% call form_wrapper() %} {{ textbox( form.something_else, - hint='Include links to your brand guidelines or examples of how to use your branding', + hint='Include links to your brand guidelines or examples of how to use your branding.', width='1-1', ) }}

diff --git a/app/templates/views/service-settings/branding/email-branding-something-else.html b/app/templates/views/service-settings/branding/email-branding-something-else.html index 4e31a2f74..c022ff9ad 100644 --- a/app/templates/views/service-settings/branding/email-branding-something-else.html +++ b/app/templates/views/service-settings/branding/email-branding-something-else.html @@ -22,7 +22,7 @@ {% call form_wrapper() %} {{ textbox( form.something_else, - hint='Include links to your brand guidelines or examples of how to use your branding', + hint='Include links to your brand guidelines or examples of how to use your branding.', width='1-1', ) }}

We’ll email you when your branding is ready, or if we need any more information.

diff --git a/app/templates/views/service-settings/branding/letter-branding-options.html b/app/templates/views/service-settings/branding/letter-branding-options.html index 82690b104..a55c8536f 100644 --- a/app/templates/views/service-settings/branding/letter-branding-options.html +++ b/app/templates/views/service-settings/branding/letter-branding-options.html @@ -29,7 +29,7 @@ {% if form.something_else_is_only_option %} {{ textbox( form.something_else, - hint='Include links to your brand guidelines or examples of how to use your branding', + hint='Include links to your brand guidelines or examples of how to use your branding.', width='1-1', ) }} {% else %} @@ -41,7 +41,7 @@ {% call conditional_radio_panel('panel-something-else') %} {{ textbox( form.something_else, - hint='Include links to your brand guidelines or examples of how to use your branding', + hint='Include links to your brand guidelines or examples of how to use your branding.', width='1-1', autosize=True, ) }}