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:
Lukas Wagner 2025-04-10 10:51:23 +02:00 committed by Thomas Lamprecht
parent cdc710a736
commit d400673641

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 loose access!"),
gettext("Regenerate the secret of the API token '{0}'? All current use-sites will lose access!"),
rec.data.tokenid,
),
},