From 7809bdbc1cc0e12ab0c491421e217c81a046ce79 Mon Sep 17 00:00:00 2001 From: Lukas Jankauskas Date: Sat, 3 Dec 2016 20:31:34 +0000 Subject: [PATCH] E-mail notification != Daily Summary Call it what it is. --- resources/lang/en/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/lang.php b/resources/lang/en/lang.php index 1f50760d8..fb3853242 100644 --- a/resources/lang/en/lang.php +++ b/resources/lang/en/lang.php @@ -344,7 +344,7 @@ return [ 'clipboard-copy-message' => 'Copied to clipboard.', 'click' => 'Click here', 'check-cron-set' => 'to check how to set cron jobs on your server.', - 'notification-email' => 'Email notifications', + 'notification-email' => 'Daily Summary', 'click-url-copy' => 'Click here to copy URL', 'job-scheduler-error' => 'Job scheduler can not be updated.', 'job-scheduler-success' => 'Job scheduler updated successfully.',