mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 12:50:53 +00:00
ui: token view: fix typo in 'lose'
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com> Link: https://lore.proxmox.com/20250410085124.81931-1-l.wagner@proxmox.com
This commit is contained in:
parent
cdc710a736
commit
d400673641
@ -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,
|
||||
),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user