From f9532a3a84693d8d89c26dbe28483edfe9b54d9a Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Thu, 10 Apr 2025 10:51:24 +0200 Subject: [PATCH] ui: token view: rephrase token regenerate dialog message Signed-off-by: Lukas Wagner Reviewed-by: Maximiliano Sandoval Link: https://lore.proxmox.com/20250410085124.81931-2-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 1734b359..23299542 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 lose access!"), + gettext("Regenerate the secret of the API token '{0}'? All users of the previous token secret will lose access!"), rec.data.tokenid, ), },