[java-idp-translations] branch main updated: Improve webauthn messages

Phil Smart philip.smart at jisc.ac.uk
Wed Aug 14 09:04:17 UTC 2024


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-translations.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-translations.git;a=commit;h=440d52327f2bf1c52dc4935c7a2a9ecdeefe5cf4

The following commit(s) were added to refs/heads/main by this push:
     new 440d523  Improve webauthn messages
440d523 is described below

commit 440d52327f2bf1c52dc4935c7a2a9ecdeefe5cf4
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Aug 14 10:03:59 2024 +0100

    Improve webauthn messages
---
 .../1/messages/messages.properties                 | 28 +++++++++++++++-------
 1 file changed, 19 insertions(+), 9 deletions(-)

diff --git a/java-idp-plugin-webauthn/1/messages/messages.properties b/java-idp-plugin-webauthn/1/messages/messages.properties
index d8df1a2..57a9f26 100644
--- a/java-idp-plugin-webauthn/1/messages/messages.properties
+++ b/java-idp-plugin-webauthn/1/messages/messages.properties
@@ -8,20 +8,18 @@
 # in their own message files.
 
 
-idp.webauthn.authn.authenticate.inprogress = Authenticating...
-idp.webauthn.authn.authenticate.retry = Login failed, retry
-idp.webauthn.authn.authenticate.submit = Submit authentication
+idp.webauthn.authn.inprogress = Authenticating...
+idp.webauthn.authn.retry = Login failed, retry
+idp.webauthn.authn.submit = Submit authentication
 idp.webauthn.authn.authenticate = Login with passkey or security key
-
 idp.webauthn.authn.unsupported = Your browser is not WebAuthn compatible
-
-idp.webauthn.passwordless.explain = If you've enrolled a passkey or device/token for passwordless login, please enter your username below and press the corresponding button.
+idp.webauthn.authn.passwordless.explain = If you've enrolled a passkey or device/token for passwordless login, please enter your username below and press the corresponding button.
 
 idp.webauthn.enrollment.url = /idp/profile/admin/webauthn-registration
 idp.webauthn.enrollment = Register new credential
 
 idp.webauthn.register.registered.keys = Registered keys for
-idp.webauthn.register.credential.nickanme = Credential nickname
+idp.webauthn.register.credential.nickname = Credential nickname
 idp.webauthn.register.credential.remove.confirm = Are you sure
 idp.webauthn.register.table.header.keyName = Key Name
 idp.webauthn.register.table.header.authenticatorDescription = Authenticator
@@ -37,17 +35,29 @@ idp.webauthn.register.finish = Finish
 idp.webauthn.register.submit = Submit registration
 idp.webauthn.register.username.explain = Please enter your username below.
 idp.webauthn.register.username.proceed = Next
+idp.webauthn.register.unsupported = Your browser is not WebAuthn compatible
 
 idp.webauthn.admin.search.title = Search for user
+idp.webauthn.admin.header = Registered keys for
+idp.webauthn.admin.table.header.userName = User
+idp.webauthn.admin.table.header.keyName = Key Name
+idp.webauthn.admin.table.header.authenticatorDescription = Authenticator
+idp.webauthn.admin.table.header.transports = Transports
+idp.webauthn.admin.table.header.passkey = Passkey?
+idp.webauthn.admin.table.header.registrationTime = Registration Time
+idp.webauthn.admin.table.header.action = Action
+idp.webauthn.admin.noKeys  = There are no registered keys
+idp.webauthn.admin.unsupported = Your browser is not WebAuthn compatible
 
 idp.webauthn.ended = Your session has ended
 
 # When debug information has been enabled
 idp.webauthn.debug.title = Debugging
 idp.webauthn.debug.request = Request options
-idp.webauthn.register.debug.registration = Registration options
+idp.webauthn.debug.register.title Debugging
+idp.webauthn.debug.register.request = Registration options
 
 # Messages to report back to the user during registration
 InvalidRegistration = Key registration unsuccessful
 ValidRegistration = Key was registered successfully
-KeyRemoved = Key was removed successfully
\ No newline at end of file
+KeyRemoved = Key was removed successfully

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list