From f9d006adc25759925f8fd4d65b8ca66783b3a36e Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Thu, 29 Aug 2024 14:14:52 +0200 Subject: [PATCH] utils: fix typo in default notification body reported in our community forum: https://forum.proxmox.com/threads/.153492/ Signed-off-by: Stoiko Ivanov --- 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" +