Minor change to hint text for branding

This adds a fullstop to the hint text for all the branding forms,
as an agreed content change.
This commit is contained in:
Katie Smith
2022-01-28 11:33:06 +00:00
parent 92f76638c8
commit 88a003ff72
3 changed files with 4 additions and 4 deletions

View File

@@ -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',
) }}
<p class="form-group">

View File

@@ -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',
) }}
<p class="form-group">Well email you when your branding is ready, or if we need any more information.</p>

View File

@@ -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,
) }}