utils: fix typo in default notification body

reported in our community forum:
https://forum.proxmox.com/threads/.153492/

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2024-08-29 14:14:52 +02:00
parent e4fc927b7d
commit f9d006adc2

View File

@ -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" +