From 54c9f877a694b70b0f7bdb84e843b5662e4eae54 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 1 Oct 2019 16:39:21 -0400 Subject: [PATCH] fix: #7935, ACP digest wording --- public/language/en-GB/admin/settings/email.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/language/en-GB/admin/settings/email.json b/public/language/en-GB/admin/settings/email.json index 4a27edbeec..cfdcc04a5b 100644 --- a/public/language/en-GB/admin/settings/email.json +++ b/public/language/en-GB/admin/settings/email.json @@ -33,8 +33,8 @@ "testing.select": "Select Email Template", "testing.send": "Send Test Email", "testing.send-help": "The test email will be sent to the currently logged in user's email address.", - "subscriptions": "Email Subscriptions", - "subscriptions.disable": "Disable subscriber notification emails", + "subscriptions": "Email Digests", + "subscriptions.disable": "Disable email digests", "subscriptions.hour": "Digest Hour", "subscriptions.hour-help": "Please enter a number representing the hour to send scheduled email digests (e.g. 0 for midnight, 17 for 5:00pm). Keep in mind that this is the hour according to the server itself, and may not exactly match your system clock.
The approximate server time is:
The next daily digest is scheduled to be sent " } \ No newline at end of file