[pve-devel] [PATCH widget-toolkit v3 2/2] use WebAuthn in translatable string

Maximiliano Sandoval m.sandoval at proxmox.com
Wed Jul 30 15:35:07 CEST 2025


Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
 src/window/AddWebauthn.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/window/AddWebauthn.js b/src/window/AddWebauthn.js
index 7123f4b..115e6e3 100644
--- a/src/window/AddWebauthn.js
+++ b/src/window/AddWebauthn.js
@@ -227,7 +227,7 @@ Ext.define('Proxmox.window.AddWebauthn', {
         '->',
         {
             xtype: 'button',
-            text: gettext('Register Webauthn Device'),
+            text: gettext('Register WebAuthn Device'),
             handler: 'registerWebauthn',
             bind: {
                 disabled: '{!valid}',
-- 
2.47.2





More information about the pve-devel mailing list