mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Update content following review with Karl
This commit is contained in:
@@ -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() %}
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user