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:
Chris Hill-Scott
2021-10-18 15:43:01 +01:00
parent 66e5022198
commit af7a0a52ab
2 changed files with 3 additions and 1 deletions

View File

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