mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-27 10:50:30 -04:00
Replace won't with will not
This commit is contained in:
committed by
Chris Hill-Scott
parent
2b0462f44f
commit
4c6f32df73
@@ -19,7 +19,7 @@
|
||||
{% call form_wrapper() %}
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
{{ textbox(form.name, width='1-1', hint='Your recipients won’t see this') }}
|
||||
{{ textbox(form.name, width='1-1', hint='Your recipients will not see this') }}
|
||||
</div>
|
||||
<div class="column-two-thirds">
|
||||
{{ textbox(form.template_content, highlight_tags=True, width='1-1', rows=5) }}
|
||||
|
||||
Reference in New Issue
Block a user