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:
Pea Tyczynska
2021-06-17 17:53:28 +01:00
parent 0c262e0a33
commit d1dc1aec6c
2 changed files with 3 additions and 3 deletions

View File

@@ -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'

View File

@@ -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'