From a24ecbb51b0580242cf243777a72aef10d2a3b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alba=20Rinc=C3=B3n?= Date: Thu, 2 Nov 2023 13:33:12 +0100 Subject: [PATCH] Fix AI prompts --- src/Patterns/dictionary.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Patterns/dictionary.json b/src/Patterns/dictionary.json index 121bc8c1732..613f30690f9 100644 --- a/src/Patterns/dictionary.json +++ b/src/Patterns/dictionary.json @@ -172,29 +172,29 @@ "titles": [ { "default": "Quality Materials", - "ai_prompt": "A title describing the first displayed product feature. The testimonial must have less than 20 characters." + "ai_prompt": "A title describing the first displayed product feature. The title must have less than 20 characters." }, { "default": "Expert Craftsmanship", - "ai_prompt": "A title describing the second displayed product feature. The testimonial must have less than 20 characters." + "ai_prompt": "A title describing the second displayed product feature. The title must have less than 20 characters." }, { "default": "Customer Satisfaction", - "ai_prompt": "A title describing the fourth displayed product feature. The testimonial must have less than 20 characters." + "ai_prompt": "A title describing the fourth displayed product feature. The title must have less than 20 characters." } ], "descriptions": [ { "default": "We use only the highest-quality materials in our products, ensuring that they look great and last for years to come.", - "ai_prompt": "A description of the first displayed product feature. The testimonial must have less than 120 characters." + "ai_prompt": "A description of the first displayed product feature. The text must have less than 120 characters." }, { "default": "Our products are made with expert craftsmanship and attention to detail, ensuring that every stitch and seam is perfect.", - "ai_prompt": "A description of the second displayed product feature. The testimonial must have less than 120 characters." + "ai_prompt": "A description of the second displayed product feature. The text must have less than 120 characters." }, { "default": "Our top priority is customer satisfaction, and we stand behind our products 100%. ", - "ai_prompt": "A description of the fourth displayed product feature. The testimonial must have less than 120 characters." + "ai_prompt": "A description of the fourth displayed product feature. The text must have less than 120 characters." } ] }