diff options
author | Brad Kittenbrink <brad@lindenlab.com> | 2022-01-14 22:38:45 -0800 |
---|---|---|
committer | Brad Kittenbrink <brad@lindenlab.com> | 2022-01-14 22:56:26 -0800 |
commit | 990bee7ee227c947cc5e133ff0818c347b404e9d (patch) | |
tree | d00b50a57b10621f95b4ae3b2b7a45ba892b9dd0 /indra/newview/skins/default/xui/en/strings.xml | |
parent | 96a6d21086353639d48befa20d86c97d2fd2dddb (diff) |
SL-16654 simplify MFA token prompt UI to use notifications instead of new custom floater.
Diffstat (limited to 'indra/newview/skins/default/xui/en/strings.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index f26ee06e6b..0f045bd19c 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -192,7 +192,14 @@ Please try logging in again in a minute.</string> Please try logging in again in a minute.</string> <string name="LoginFailedLoggingOutSession">The system has begun logging out your last session. Please try logging in again in a minute.</string> - + <string name="LoginFailedAuthenticationMFARequired">To continue logging in, enter a new token from your multifactor authentication app. +If you feel this is an error, please contact support@secondlife.com</string> + <string name="LoginFailedAuthenticationFailedMFA">Sorry! We couldn't log you in. +Please check to make sure you entered the right + * Username (like bobsmith12 or steller.sunshine) + * Password + * Token +Also, please make sure your Caps Lock key is off.</string> <!-- Disconnection --> <string name="AgentLostConnection">This region may be experiencing trouble. Please check your connection to the Internet.</string> |