mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-04-29 14:37:32 +00:00
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:
parent
e4fc927b7d
commit
f9d006adc2
@ -538,7 +538,7 @@ Ext.define('PMG.Utils', {
|
|||||||
grow: true,
|
grow: true,
|
||||||
growMax: 250,
|
growMax: 250,
|
||||||
value:
|
value:
|
||||||
"Proxmox Notifcation:\n\n" +
|
"Proxmox Notification:\n\n" +
|
||||||
"Sender: __SENDER__\n" +
|
"Sender: __SENDER__\n" +
|
||||||
"Receiver: __RECEIVERS__\n" +
|
"Receiver: __RECEIVERS__\n" +
|
||||||
"Targets: __TARGETS__\n\n" +
|
"Targets: __TARGETS__\n\n" +
|
||||||
|
Loading…
Reference in New Issue
Block a user