Update content following review with Karl

This commit is contained in:
Ben Thorner
2021-07-06 16:30:24 +01:00
parent 2355d1e0e6
commit b4bd978289
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
) }} ) }}
{% if current_service.prefix_sms %} {% if current_service.prefix_sms %}
{% set content_hint = 'All messages will start with your service name' %} {% set content_hint = 'Your message will start with your service name' %}
{% endif %} {% endif %}
{% call form_wrapper() %} {% call form_wrapper() %}

View File

@@ -1045,7 +1045,7 @@ def test_should_show_message_with_prefix_hint_if_enabled_for_service(
template_id=fake_uuid, template_id=fake_uuid,
) )
assert 'All messages will start with your service name' in page.text assert 'Your message will start with your service name' in page.text
def test_should_show_page_template_with_priority_select_if_platform_admin( def test_should_show_page_template_with_priority_select_if_platform_admin(