From b08e071b8168724406dbecae879a30c07d1b4b81 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Tue, 8 May 2018 10:59:00 -0700 Subject: [PATCH] Note newesletter ID name and filename as optional --- data/interfaces/default/newsletter_config.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/interfaces/default/newsletter_config.html b/data/interfaces/default/newsletter_config.html index 2817916f..2d78aa23 100644 --- a/data/interfaces/default/newsletter_config.html +++ b/data/interfaces/default/newsletter_config.html @@ -173,7 +173,7 @@ -

Enter a unique ID name to create a static URL to the last sent scheduled newsletter at /newsletter/id/<id_name>. Only letters (a-z), numbers (0-9), underscores (_) and hyphens (-) are allowed. Leave blank to disable.

+

Optional: Enter a unique ID name to create a static URL to the last sent scheduled newsletter at /newsletter/id/<id_name>. Only letters (a-z), numbers (0-9), underscores (_) and hyphens (-) are allowed. Leave blank to disable.

@@ -182,7 +182,7 @@
-

The filename to use when saving the newsletter (ending with .html). You may use any of the newsletter text parameters. Leave blank for default.

+

Optional: Enter the filename to use when saving the newsletter (ending with .html). You may use any of the newsletter text parameters. Leave blank for default.