[pve-devel] [PATCH pmg-gui v2 2/2] use WebAuthn in translatable strings
Maximiliano Sandoval
m.sandoval at proxmox.com
Wed Jul 30 12:38:15 CEST 2025
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
js/TFAView.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/TFAView.js b/js/TFAView.js
index ca8ceb0..fd69222 100644
--- a/js/TFAView.js
+++ b/js/TFAView.js
@@ -3,7 +3,7 @@ Ext.define('PMG.WebauthnConfigEdit', {
extend: 'Proxmox.window.Edit',
alias: ['widget.pmgWebauthnConfigEdit'],
- subject: gettext('Webauthn'),
+ subject: gettext('WebAuthn'),
url: '/api2/extjs/config/tfa/webauthn',
autoLoad: true,
@@ -81,7 +81,7 @@ Ext.define('PMG.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