diff --git a/patterns/testimonials-3-columns.php b/patterns/testimonials-3-columns.php index fd6a6236540..d361c556349 100644 --- a/patterns/testimonials-3-columns.php +++ b/patterns/testimonials-3-columns.php @@ -10,9 +10,9 @@ $content = PatternsHelper::get_pattern_content( 'woocommerce-blocks/testimonials-3-columns' ); $main_header = $content['titles'][0]['default'] ?? ''; -$first_title = $content['titles'][1]['default'] ?? ''; -$second_title = $content['titles'][2]['default'] ?? ''; -$third_title = $content['titles'][3]['default'] ?? ''; +$first_review = $content['titles'][1]['default'] ?? ''; +$second_review = $content['titles'][2]['default'] ?? ''; +$third_review = $content['titles'][3]['default'] ?? ''; $first_description = $content['descriptions'][0]['default'] ?? ''; $second_description = $content['descriptions'][1]['default'] ?? ''; $third_description = $content['descriptions'][2]['default'] ?? ''; @@ -29,7 +29,7 @@
-

+

@@ -46,7 +46,7 @@
-

+

@@ -62,7 +62,7 @@
-

+

diff --git a/src/Patterns/dictionary.json b/src/Patterns/dictionary.json index 67959c9971c..7684dba220e 100644 --- a/src/Patterns/dictionary.json +++ b/src/Patterns/dictionary.json @@ -587,21 +587,21 @@ "ai_prompt": "A title that advertises the second testimonial" }, { - "default": "Awesome couch and great buying experience", + "default": "Awesome couch", "ai_prompt": "A title that advertises the third testimonial" } ], "descriptions": [ { - "default": "In the end the couch wasn't exactly what I was looking for but my experience with the Burrow team was excellent. First in providing a discount when the couch was delayed, then timely feedback and updates as the…\n\n~ Tanner P.", + "default": "In the end the couch wasn't exactly what I was looking for but my experience with the Burrow team was excellent. First in providing a discount when the couch was delayed.", "ai_prompt": "A description of the first testimonial" }, { - "default": "Great couch. color as advertise. seat is nice and firm. Easy to put together. Versatile. Bought one for my mother in law as well. And she loves hers!\n\n~ Abigail N.", + "default": "Great couch. color as advertise. seat is nice and firm. Easy to put together. Versatile. Bought one for my mother in law as well. And she loves hers!", "ai_prompt": "A description of the second testimonial" }, { - "default": "I got the kind sofa. The look and feel is high quality, and I enjoy that it is a medium level of firmness. Assembly took a little longer than I expected, and it came in 4 boxes. I am excited about the time / st…\n\n~ Albert L.", + "default": "I got the kind sofa. The look and feel is high quality, and I enjoy that it is a medium level of firmness. Assembly took a little longer than I expected, and it came in 4 boxes.", "ai_prompt": "A description of the third testimonial" } ]