mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 08:16:51 -04:00
Change content following content review
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
|
||||
{% call row() %}
|
||||
{{ text_field('Billing details')}}
|
||||
{{ optional_text_field(current_org.billing_details, default="No billing details yet", wrap=True) }}
|
||||
{{ optional_text_field(current_org.billing_details, default="None", wrap=True) }}
|
||||
{{ edit_field(
|
||||
'Change',
|
||||
url_for('.edit_organisation_billing_details', org_id=current_org.id),
|
||||
@@ -90,7 +90,7 @@
|
||||
|
||||
{% call row() %}
|
||||
{{ text_field('Notes')}}
|
||||
{{ optional_text_field(current_org.notes, default="No notes yet", wrap=True) }}
|
||||
{{ optional_text_field(current_org.notes, default="None", wrap=True) }}
|
||||
{{ edit_field(
|
||||
'Change',
|
||||
url_for('.edit_organisation_notes', org_id=current_org.id),
|
||||
|
||||
@@ -335,14 +335,14 @@
|
||||
{% endcall %}
|
||||
{% call row() %}
|
||||
{{ text_field('Billing details')}}
|
||||
{{ optional_text_field(current_service.billing_details, default="No billing details yet", wrap=True) }}
|
||||
{{ optional_text_field(current_service.billing_details, default="None", wrap=True) }}
|
||||
{{ edit_field('Change', url_for('.edit_service_billing_details', service_id=current_service.id), suffix='billing details for service') }}
|
||||
{% endcall %}
|
||||
{% endif %}
|
||||
|
||||
{% call row() %}
|
||||
{{ text_field('Notes')}}
|
||||
{{ optional_text_field(current_service.notes, default="No notes yet", wrap=True) }}
|
||||
{{ optional_text_field(current_service.notes, default="None", wrap=True) }}
|
||||
{{ edit_field('Change', url_for('.edit_service_notes', service_id=current_service.id), suffix='the notes for the service') }}
|
||||
{% endcall %}
|
||||
|
||||
|
||||
@@ -694,8 +694,8 @@ def test_organisation_settings_for_platform_admin(
|
||||
'Not signed Change data sharing and financial agreement for the organisation'
|
||||
),
|
||||
'Request to go live notes None Change go live notes for the organisation',
|
||||
'Billing details No billing details yet Change billing details for the organisation',
|
||||
'Notes No notes yet Change the notes for the organisation',
|
||||
'Billing details None Change billing details for the organisation',
|
||||
'Notes None Change the notes for the organisation',
|
||||
'Default email branding GOV.UK Change default email branding for the organisation',
|
||||
'Default letter branding No branding Change default letter branding for the organisation',
|
||||
'Known email domains None Change known email domains for the organisation',
|
||||
|
||||
@@ -100,8 +100,8 @@ def mock_get_service_settings_page_common(
|
||||
'Label Value Action',
|
||||
'Live Off Change service status',
|
||||
'Count in list of live services Yes Change if service is counted in list of live services',
|
||||
'Billing details No billing details yet Change billing details for service',
|
||||
'Notes No notes yet Change the notes for the service',
|
||||
'Billing details None Change billing details for service',
|
||||
'Notes None Change the notes for the service',
|
||||
'Organisation Test organisation Central government Change organisation for service',
|
||||
'Rate limit 3,000 per minute Change rate limit',
|
||||
'Message limit 1,000 per day Change daily message limit',
|
||||
@@ -184,7 +184,7 @@ def test_platform_admin_sees_only_relevant_settings_for_broadcast_service(
|
||||
|
||||
'Label Value Action',
|
||||
'Live Off Change service status',
|
||||
'Notes No notes yet Change the notes for the service',
|
||||
'Notes None Change the notes for the service',
|
||||
'Email authentication Off Change your settings for Email authentication',
|
||||
'Send cell broadcasts On Change your settings for Send cell broadcasts',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user