diff --git a/app/templates/views/user-profile.html b/app/templates/views/user-profile.html index e22235fce..abc41d2c0 100644 --- a/app/templates/views/user-profile.html +++ b/app/templates/views/user-profile.html @@ -66,7 +66,8 @@

Sign-in method

-

Your username, password, and multi-factor authentication options are handled by Login.gov. To make changes, head to Login.gov - and sign-in with your credentials. Any changes made to your Login.gov account will automatically be synced with Notify.gov.

+

Your username, password, and multi-factor authentication options are handled by Login.gov.

+

To make changes, head to Login.gov + and sign-in with your credentials. Any changes made to your Login.gov account will automatically be synced with Notify.gov.

{% endblock %} diff --git a/tests/app/main/views/service_settings/test_service_settings.py b/tests/app/main/views/service_settings/test_service_settings.py index 462910406..599491e08 100644 --- a/tests/app/main/views/service_settings/test_service_settings.py +++ b/tests/app/main/views/service_settings/test_service_settings.py @@ -52,7 +52,6 @@ def _mock_get_service_settings_page_common( [ "", "Service name Test Service Change service name", - "Sign-in method Text message code Change sign-in method", "Send text messages On Change your settings for sending text messages", "Start text messages with service name On Change your settings " "for starting text messages with service name", @@ -63,7 +62,6 @@ def _mock_get_service_settings_page_common( [ "", "Service name Test Service Change service name", - "Sign-in method Text message code Change sign-in method", "Send text messages On Change your settings for sending text messages", "Text message senders (Only visible to Platform Admins) GOVUK Manage text message senders", "Start text messages with service name On Change your settings " @@ -192,7 +190,6 @@ def test_send_files_by_email_row_on_settings_page( ["email", "sms", "international_sms"], [ "Service name service one Change service name", - "Sign-in method Text message code Change sign-in method", "Send text messages On Change your settings for sending text messages", "Start text messages with service name On Change your settings " "for starting text messages with service name", @@ -202,7 +199,6 @@ def test_send_files_by_email_row_on_settings_page( ["email", "sms", "email_auth"], [ "Service name service one Change service name", - "Sign-in method Email link or text message code Change sign-in method", "Send text messages On Change your settings for sending text messages", "Start text messages with service name On Change your settings " "for starting text messages with service name",