From c66d0a7c87d4717572117a10494bf6d45a22f199 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 1 Oct 2021 14:34:20 -0400 Subject: [PATCH] Updated DemoPlugin_WebRequest (markdown) --- DemoPlugin_WebRequest.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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