public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 1/2] ui: token view: fix typo in 'lose'
@ 2025-04-10  8:51 Lukas Wagner
  2025-04-10  8:51 ` [pbs-devel] [PATCH proxmox-backup 2/2] ui: token view: rephrase token regenerate dialog message Lukas Wagner
  2025-04-10  9:40 ` [pbs-devel] applied: [PATCH proxmox-backup 1/2] ui: token view: fix typo in 'lose' Thomas Lamprecht
  0 siblings, 2 replies; 4+ messages in thread
From: Lukas Wagner @ 2025-04-10  8:51 UTC (permalink / raw)
  To: pbs-devel

Signed-off-by: Lukas Wagner <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 b107f7f1..1734b359 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 loose access!"),
+		gettext("Regenerate the secret of the API token '{0}'? All current use-sites will lose access!"),
 		rec.data.tokenid,
 	    ),
 	},
-- 
2.39.5



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-10  9:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-10  8:51 [pbs-devel] [PATCH proxmox-backup 1/2] ui: token view: fix typo in 'lose' Lukas Wagner
2025-04-10  8:51 ` [pbs-devel] [PATCH proxmox-backup 2/2] ui: token view: rephrase token regenerate dialog message Lukas Wagner
2025-04-10  9:06   ` Maximiliano Sandoval
2025-04-10  9:40 ` [pbs-devel] applied: [PATCH proxmox-backup 1/2] ui: token view: fix typo in 'lose' Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal