From 371d6df64f5d8c07f7e5e210d8137a502f02a91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Fri, 8 Jul 2022 16:40:11 +0000 Subject: [PATCH] TasksTimetable plugin language reworked --- lang/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en.json b/lang/en.json index 549c8ec..f277e33 100644 --- a/lang/en.json +++ b/lang/en.json @@ -1,7 +1,7 @@ { "TasksTimetable": { - "ScheduledTasks": "Scheduled Tasks", - "Introduction": "The following tasks are scheduled to be executed based on the current UTC time: %s.", + "ScheduledTasks": "Scheduled tasks", + "Introduction": "Executing these tasks based on the current UTC time: %s.", "NothingScheduled": "No scheduled tasks" } -} \ No newline at end of file +}