From 7feaf3470223c0e5e276c1c8666be36c343b2c33 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Fri, 10 May 2024 02:36:13 -0700 Subject: [PATCH] Fix capitalization, update suggeted prompt --- src/khoj/interface/web/config_automation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/khoj/interface/web/config_automation.html b/src/khoj/interface/web/config_automation.html index 91a0dd4e..0dc63b37 100644 --- a/src/khoj/interface/web/config_automation.html +++ b/src/khoj/interface/web/config_automation.html @@ -317,7 +317,7 @@ let suggestedAutomationsMetadata = [ { "subject": "Weekly Newsletter", - "query_to_run": "Share a Newsletter including: 1. Weather forecast for this Week. 2. Recap news from last week 3. A nice quote to start the week.", + "query_to_run": "Share a Newsletter including: 1. Weather forecast for this week. 2. A recap of news from last week 3. A nice quote to start the week.", "schedule": "9AM every Monday", "next": "Next run at 9AM on Monday", "crontime": "0 9 * * 1",