You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: auth/src/main/res/values/strings.xml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,8 @@
103
103
<stringname="fui_email_link_wrong_device_message"translation_description="Message shown when the user opens a link that was sent from a different device">Try opening the link using the same device or browser where you started the sign-in process.</string>
104
104
<stringname="fui_email_link_invalid_link_header"translation_description="Header shown when the user opens a link that was sent from a different device">Unable to complete sign in</string>
105
105
<stringname="fui_email_link_invalid_link_message"translation_description="Message shown when the user opens a link that was sent from a different device">The action code is invalid. This can happen if the code is malformed, expired, or has already been used.</string>
106
+
<stringname="fui_email_link_different_anonymous_user_header"translation_description="Header shown when the user opens a link but the underlying session has changed">Session ended</string>
107
+
<stringname="fui_email_link_different_anonymous_user_message"translation_description="Message shown when the user opens a link but the underlying session has changed">The session associated with this sign-in request has either expired or was cleared.</string>
106
108
<stringname="fui_email_link_confirm_email_header"translation_description="Header shown when prompting the user to confirm their email to complete the sign in">Confirm email</string>
107
109
<stringname="fui_email_link_confirm_email_message"translation_description="Message shown when prompting the user to confirm their email to finish the sign in flow">Confirm email to continue sign in</string>
108
110
<stringname="fui_email_link_dismiss_button"translation_description="Dismiss button for the wrong device or invalid link dialog">Dismiss</string>
0 commit comments