mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
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:
@@ -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">
|
||||
|
||||
@@ -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">We’ll email you when your branding is ready, or if we need any more information.</p>
|
||||
|
||||
@@ -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,
|
||||
) }}
|
||||
|
||||
Reference in New Issue
Block a user