mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-19 01:32:52 -04:00
Rename letters on/off option to send letters
For consistency with ‘send text messages’/‘send emails’.
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
) %}
|
||||
|
||||
{% call row() %}
|
||||
{{ text_field('Letters') }}
|
||||
{{ text_field('Send letters') }}
|
||||
{{ boolean_field('letter' in current_service.permissions) }}
|
||||
{{ edit_field('Change', url_for('.service_set_letters', service_id=current_service.id)) }}
|
||||
{% endcall %}
|
||||
|
||||
@@ -32,7 +32,7 @@ from tests.conftest import active_user_with_permissions, platform_admin_user
|
||||
'Receive text messages Off Change',
|
||||
|
||||
'Label Value Action',
|
||||
'Letters Off Change',
|
||||
'Send letters Off Change',
|
||||
|
||||
]),
|
||||
(platform_admin_user, [
|
||||
@@ -51,7 +51,7 @@ from tests.conftest import active_user_with_permissions, platform_admin_user
|
||||
'Receive text messages Off Change',
|
||||
|
||||
'Label Value Action',
|
||||
'Letters Off Change',
|
||||
'Send letters Off Change',
|
||||
|
||||
'Label Value Action',
|
||||
'Email branding GOV.UK Change',
|
||||
@@ -102,7 +102,7 @@ def test_should_show_overview(
|
||||
'API endpoint for received text messages None Change',
|
||||
|
||||
'Label Value Action',
|
||||
'Letters Off Change',
|
||||
'Send letters Off Change',
|
||||
|
||||
]),
|
||||
(['email', 'sms'], [
|
||||
@@ -120,7 +120,7 @@ def test_should_show_overview(
|
||||
'Receive text messages Off Change',
|
||||
|
||||
'Label Value Action',
|
||||
'Letters Off Change',
|
||||
'Send letters Off Change',
|
||||
|
||||
]),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user