[pmg-devel] applied: [PATCH pmg-gui] utils: fix typo in default notification body
Stoiko Ivanov
s.ivanov at proxmox.com
Thu Aug 29 14:18:34 CEST 2024
reported in our community forum:
https://forum.proxmox.com/threads/.153492/
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
I pushed it directly after quickly testing it locally
js/Utils.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/Utils.js b/js/Utils.js
index 149abd6..9b5f054 100644
--- a/js/Utils.js
+++ b/js/Utils.js
@@ -538,7 +538,7 @@ Ext.define('PMG.Utils', {
grow: true,
growMax: 250,
value:
- "Proxmox Notifcation:\n\n" +
+ "Proxmox Notification:\n\n" +
"Sender: __SENDER__\n" +
"Receiver: __RECEIVERS__\n" +
"Targets: __TARGETS__\n\n" +
--
2.39.2
More information about the pmg-devel
mailing list