mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 09:54:35 +00:00
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:
parent
d400673641
commit
f9532a3a84
@ -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,
|
||||
),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user