mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-19 04:36:32 -04:00
Make a label more descriptive in request-to-go-live ticket
We have a label saying "other live services". This label means other live services for a user making the request, but it could also be interpreted as other live services for an organisation. Hence, we are changing the label to "other live services for that user" to avoid confusion
This commit is contained in:
@@ -217,7 +217,7 @@ def submit_request_to_go_live(service_id):
|
||||
'\nLetters in next year: {volume_letter_formatted}'
|
||||
'\n'
|
||||
'\nConsent to research: {research_consent}'
|
||||
'\nOther live services: {existing_live}'
|
||||
'\nOther live services for that user: {existing_live}'
|
||||
'\n'
|
||||
'\nService reply-to address: {email_reply_to}'
|
||||
'\n'
|
||||
|
||||
@@ -1749,7 +1749,7 @@ def test_should_redirect_after_request_to_go_live(
|
||||
'{formatted_displayed_volumes}'
|
||||
'\n'
|
||||
'Consent to research: Yes\n'
|
||||
'Other live services: No\n'
|
||||
'Other live services for that user: No\n'
|
||||
'\n'
|
||||
'Service reply-to address: test@example.com\n'
|
||||
'\n'
|
||||
@@ -1817,7 +1817,7 @@ def test_request_to_go_live_displays_go_live_notes_in_zendesk_ticket(
|
||||
'Letters in next year: 333,333\n'
|
||||
'\n'
|
||||
'Consent to research: Yes\n'
|
||||
'Other live services: No\n'
|
||||
'Other live services for that user: No\n'
|
||||
'\n'
|
||||
'Service reply-to address: test@example.com\n'
|
||||
'\n'
|
||||
|
||||
Reference in New Issue
Block a user