[java-idp-plugin-webauthn] branch main updated: Fix grammar in default message

Phil Smart philip.smart at jisc.ac.uk
Mon Dec 16 11:21:31 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-plugin-webauthn.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=5d54b3b22ebe817972144b2c51d1c2f914ff569a

The following commit(s) were added to refs/heads/main by this push:
     new 5d54b3b  Fix grammar in default message
5d54b3b is described below

commit 5d54b3b22ebe817972144b2c51d1c2f914ff569a
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Dec 16 11:21:29 2024 +0000

    Fix grammar in default message
---
 .../net/shibboleth/idp/plugin/authn/webauthn/messages.properties        | 2 +-
 .../net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-authn.vm    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/messages.properties b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/messages.properties
index a7fb47d..8bc6a84 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/messages.properties
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/messages.properties
@@ -16,7 +16,7 @@ idp.webauthn.authn.unsupported = Your browser is not WebAuthn compatible
 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.enrollment = Register a new credential
 
 idp.webauthn.register.registered.keys = Registered keys for
 idp.webauthn.register.credential.nickname = Credential nickname
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-authn.vm b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-authn.vm
index 3681e78..6a4f8ba 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-authn.vm
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-authn.vm
@@ -154,7 +154,7 @@ $response.addHeader("Content-Security-Policy", "default-src 'none'; style-src 's
             </div>
              <ul>
                     #if ($inlineReg)
-                        <li><a href="#springMessageText('idp.webauthn.enrollment.url', '/idp/profile/admin/webauthn-registration')?reg=inline">#springMessageText("idp.webauthn.enrollment", "Register new credential")</a></li>
+                        <li><a href="#springMessageText('idp.webauthn.enrollment.url', '/idp/profile/admin/webauthn-registration')?reg=inline">#springMessageText("idp.webauthn.enrollment", "Register a new credential")</a></li>
                     #end
                     <li><a href="#springMessageText('idp.url.helpdesk', '#')">#springMessageText("idp.login.needHelp", "Need Help?")</a></li>
                 </ul>

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


More information about the commits mailing list