diff --git a/DemoPlugin_WebRequest.md b/DemoPlugin_WebRequest.md index 4d5fe6e..55be10a 100644 --- a/DemoPlugin_WebRequest.md +++ b/DemoPlugin_WebRequest.md @@ -19,7 +19,8 @@ class NotifyDemo(NotifyBase): """ # The default descriptive name associated with the Notification - service_name = 'Apprise Demo Notification' + # _() allows us to support future (language) translations + service_name = _('Apprise Demo Notification') # The default protocol/schema # This will be what triggers your service to be activated when