[pve-devel] [PATCH backup v2 3/3] use WebAuthn in translatable strings
Maximiliano Sandoval
m.sandoval at proxmox.com
Wed Jul 30 12:38:18 CEST 2025
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
www/config/WebauthnView.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/config/WebauthnView.js b/www/config/WebauthnView.js
index 131964b8c..a954d8ac6 100644
--- a/www/config/WebauthnView.js
+++ b/www/config/WebauthnView.js
@@ -55,7 +55,7 @@ Ext.define('PBS.WebauthnConfigEdit', {
extend: 'Proxmox.window.Edit',
alias: ['widget.pbsWebauthnConfigEdit'],
- subject: gettext('Webauthn'),
+ subject: gettext('WebAuthn'),
url: '/api2/extjs/config/access/tfa/webauthn',
autoLoad: true,
@@ -133,7 +133,7 @@ Ext.define('PBS.WebauthnConfigEdit', {
padding: '5 0 0 0',
html:
'<i class="fa fa-exclamation-triangle warning"></i> ' +
- gettext('Changing the Relying Party may break existing webAuthn TFA entries.'),
+ gettext('Changing the Relying Party may break existing WebAuthn TFA entries.'),
},
],
});
--
2.47.2
More information about the pve-devel
mailing list