Update text when setting pushover service

This commit is contained in:
John Reese 2013-07-31 16:33:52 +00:00
parent be540b540c
commit 080c767aae
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +1076,7 @@ class CPushMod : public CModule
} }
else if (value == "pushover") else if (value == "pushover")
{ {
PutModule("Note: Pushover requires setting the 'secret' option"); PutModule("Note: Pushover requires setting both the 'username' (to user key) and the 'secret' (to application api key) option");
} }
else if (value == "prowl") else if (value == "prowl")
{ {