ui: token view: rephrase token regenerate dialog message

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Reviewed-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
Link: https://lore.proxmox.com/20250410085124.81931-2-l.wagner@proxmox.com
This commit is contained in:
Lukas Wagner 2025-04-10 10:51:24 +02:00 committed by Thomas Lamprecht
parent d400673641
commit f9532a3a84

View File

@ -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,
),
},