mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 10:18:25 -04:00
Changing the labels on the sevice setting page.
We added `Upload letters` to the platform admin service settings, which makes is confusing when next to `Upload documents`. Also `User auth type editting` is a confusing label `User auth type editting` --> `Email authentication` `Uploading documents` --> `Send file by email`
This commit is contained in:
@@ -70,9 +70,9 @@ def test_service_set_permission(
|
||||
({'restricted': True}, '.service_switch_live', {}, 'Live Off Change'),
|
||||
({'restricted': False}, '.service_switch_live', {}, 'Live On Change'),
|
||||
({'permissions': ['upload_document']},
|
||||
'.service_switch_can_upload_document', {}, 'Uploading documents On Change'),
|
||||
'.service_switch_can_upload_document', {}, 'Send files by email On Change'),
|
||||
({'permissions': []},
|
||||
'.service_switch_can_upload_document', {}, 'Uploading documents Off Change'),
|
||||
'.service_switch_can_upload_document', {}, 'Send files by email Off Change'),
|
||||
({'permissions': ['sms']}, '.service_set_inbound_number', {}, 'Receive inbound SMS Off Change'),
|
||||
({'permissions': ['letter']},
|
||||
'.service_set_permission', {'permission': 'upload_letters'}, 'Uploading letters Off Change'),
|
||||
|
||||
Reference in New Issue
Block a user