[java-idp-plugin-webauthn] branch main updated: Remove extra space from message properties

Phil Smart philip.smart at jisc.ac.uk
Wed Oct 30 19:32:13 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=2c6e52b9d59f2a675717aa7e3caff8d78bf1e2e1

The following commit(s) were added to refs/heads/main by this push:
     new 2c6e52b  Remove extra space from message properties
2c6e52b is described below

commit 2c6e52b9d59f2a675717aa7e3caff8d78bf1e2e1
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Oct 30 19:32:11 2024 +0000

    Remove extra space from message properties
---
 .../net/shibboleth/idp/plugin/authn/webauthn/messages.properties        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 7208933..bac27e9 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
@@ -46,7 +46,7 @@ idp.webauthn.admin.table.header.authenticatorDescription = Authenticator
 idp.webauthn.admin.table.header.authenticatorIcon = Icon
 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.noKeys  = There are no registered keys
 idp.webauthn.admin.unsupported = Your browser is not WebAuthn compatible
 idp.webauthn.admin.table.hasMetadata = Yes
 idp.webauthn.admin.table.noMetadata = No

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


More information about the commits mailing list