From d400673641282590b6db5fce144ef5417b291493 Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Thu, 10 Apr 2025 10:51:23 +0200 Subject: [PATCH] ui: token view: fix typo in 'lose' Signed-off-by: Lukas Wagner Link: https://lore.proxmox.com/20250410085124.81931-1-l.wagner@proxmox.com --- www/config/TokenView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/config/TokenView.js b/www/config/TokenView.js index b107f7f1..1734b359 100644 --- a/www/config/TokenView.js +++ b/www/config/TokenView.js @@ -193,7 +193,7 @@ Ext.define('PBS.config.TokenView', { handler: 'regenerateToken', dangerous: true, confirmMsg: rec => Ext.String.format( - gettext("Regenerate the secret of the API token '{0}'? All current use-sites will loose access!"), + gettext("Regenerate the secret of the API token '{0}'? All current use-sites will lose access!"), rec.data.tokenid, ), },