mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
updates to correct test failures
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<div class="govuk-grid-column-five-sixths">
|
||||
<p class="govuk-body">
|
||||
If a user’s email addresses ends with one of these domains then
|
||||
any services they create will be associated with this organisation.
|
||||
any services they create will be associated with this organization.
|
||||
</p>
|
||||
{% call form_wrapper() %}
|
||||
{{ list_entry(
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<div class="govuk-grid-column-five-sixths">
|
||||
<p class="govuk-body">
|
||||
Text entered here will be displayed in the Zendesk ticket when a service
|
||||
belonging to this organisation requests to go live.
|
||||
belonging to this organization requests to go live.
|
||||
</p>
|
||||
{% call form_wrapper() %}
|
||||
{{ textbox(form.request_to_go_live_notes, width='1-1', rows=3, autosize=True) }}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
{% from "components/uk_components/back-link/macro.njk" import govukBackLink %}
|
||||
|
||||
{% block org_page_title %}
|
||||
Edit organisation billing details
|
||||
Edit organization billing details
|
||||
{% endblock %}
|
||||
|
||||
{% block backLink %}
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
{{ page_header('Edit organisation billing details') }}
|
||||
{{ page_header('Edit organization billing details') }}
|
||||
|
||||
{% call form_wrapper() %}
|
||||
{{ form.billing_contact_names(param_extensions={"classes": "govuk-!-width-full"}) }}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
{% from "components/uk_components/back-link/macro.njk" import govukBackLink %}
|
||||
|
||||
{% block org_page_title %}
|
||||
Edit organisation notes
|
||||
Edit organization notes
|
||||
{% endblock %}
|
||||
|
||||
{% block backLink %}
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
{{ page_header('Edit organisation notes') }}
|
||||
{{ page_header('Edit organization notes') }}
|
||||
{% call form_wrapper() %}
|
||||
{{ textbox(
|
||||
form.notes,
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
{% endif %}
|
||||
{% if not template._template.redact_personalisation %}
|
||||
<span class="page-footer-link page-footer-delete-link-without-button">
|
||||
<a class="govuk-link govuk-link--destructive" href="{{ url_for('.confirm_redact_template', service_id=current_service.id, template_id=template.id) }}">Hide personalisation after sending</a>
|
||||
<a class="govuk-link govuk-link--destructive" href="{{ url_for('.confirm_redact_template', service_id=current_service.id, template_id=template.id) }}">Hide personalization after sending</a>
|
||||
</span>
|
||||
{% else %}
|
||||
<p class="hint">Personalization is hidden after sending</p>
|
||||
|
||||
Reference in New Issue
Block a user