mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Update content following review with Karl
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
) }}
|
||||
|
||||
{% 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 %}
|
||||
|
||||
{% call form_wrapper() %}
|
||||
|
||||
@@ -1045,7 +1045,7 @@ def test_should_show_message_with_prefix_hint_if_enabled_for_service(
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user