diff --git a/lib/patterns/two-images.php b/lib/patterns/two-images.php
index 718aab0726d9a..b94facfff3ee6 100644
--- a/lib/patterns/two-images.php
+++ b/lib/patterns/two-images.php
@@ -8,6 +8,6 @@
return array(
'title' => __( 'Two images side by side', 'gutenberg' ),
'categories' => array( 'gallery' ),
- 'description' => _x( 'An image gallery with two cropped example images.', 'Block pattern description', 'gutenberg' ),
- 'content' => "\n\n",
+ 'description' => _x( 'An image gallery with two example images.', 'Block pattern description', 'gutenberg' ),
+ 'content' => "\n\n",
);