ensure Logins are site specific
This commit is contained in:
@ -231,11 +231,11 @@
|
||||
<data name="DeleteNotification.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
</data>
|
||||
<data name="NoNotificationsReceived.Text" xml:space="preserve">
|
||||
<value>No notifications have been received</value>
|
||||
<data name="NoNotificationsReceived" xml:space="preserve">
|
||||
<value>You Have Not Received Any Notifications</value>
|
||||
</data>
|
||||
<data name="NoNotificationsSent.Text" xml:space="preserve">
|
||||
<value>No notifications have been sent</value>
|
||||
<data name="NoNotificationsSent" xml:space="preserve">
|
||||
<value>You Have Not Sent Any Notifications</value>
|
||||
</data>
|
||||
<data name="Logout Everywhere" xml:space="preserve">
|
||||
<value>Logout Everywhere</value>
|
||||
@ -279,7 +279,13 @@
|
||||
<data name="Confirm.Login.Delete" xml:space="preserve">
|
||||
<value>Are You Sure You Wish To Delete {0}?</value>
|
||||
</data>
|
||||
<data name="Message.Passkey.Insecure" xml:space="preserve">
|
||||
<data name="Message.Passkeys.Insecure" xml:space="preserve">
|
||||
<value>Passkeys Can Only Be Created Using a Secure Browser Connection</value>
|
||||
</data>
|
||||
<data name="Message.Passkeys.None" xml:space="preserve">
|
||||
<value>You Have Not Created Any Passkeys</value>
|
||||
</data>
|
||||
<data name="Message.Logins.None" xml:space="preserve">
|
||||
<value>You Do Not Have Any External Logins For This Site</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user