mirror of https://github.com/caronc/apprise
typo in Mailgun header reference
parent
3091669b85
commit
68adae39d1
|
@ -188,7 +188,7 @@ class NotifyMailgun(NotifyBase):
|
|||
# Define any kwargs we're using
|
||||
template_kwargs = {
|
||||
'headers': {
|
||||
'name': _('HTTP Header'),
|
||||
'name': _('Email Header'),
|
||||
'prefix': '+',
|
||||
},
|
||||
'tokens': {
|
||||
|
|
Loading…
Reference in New Issue