mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Change ‘title’ to ‘reference’ when writing alert
On the screen where you write an alert without a template Andy pointed out that ‘title’ feels bit out of place. We chose this because ‘Template name’ definitely didn’t fit, but I agree that reference is better. Via https://trello.com/c/EqUln5yD/60-changing-title-to-reference-for-alert-template-new-message
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
{{ form.name(param_extensions={
|
||||
"classes": "govuk-!-width-full",
|
||||
"hint": {"text": "Your recipients will not see this"},
|
||||
"label": {"text": "Title"}
|
||||
"label": {"text": "Reference"}
|
||||
}) }}
|
||||
{{ textbox(
|
||||
form.template_content,
|
||||
|
||||
Reference in New Issue
Block a user