We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a1df1 commit 8208a5aCopy full SHA for 8208a5a
php/templates/transformation-preview.php
@@ -15,7 +15,7 @@
15
'file' => $sample,
16
'error' => esc_html__( 'Invalid transformations or error loading preview.', 'cloudinary' ),
17
/* translators: %s is the transformation that breaks the preview. */
18
- 'warning' => esc_html__( 'Preview cannot be generated because %s was used.', 'cloudinary' ),
+ 'warning' => esc_html__( 'Preview cannot be generated because %s transformation was used.', 'cloudinary' ),
19
'valid_types' => \Cloudinary\Connect\Api::$transformation_index['image'],
20
);
21
0 commit comments