Skip to content

Commit 33cede0

Browse files
authored
Merge pull request #254 from cloudinary/hotfix/wording-update
Wording update
2 parents 30a1df1 + 8208a5a commit 33cede0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/templates/transformation-preview.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'file' => $sample,
1616
'error' => esc_html__( 'Invalid transformations or error loading preview.', 'cloudinary' ),
1717
/* translators: %s is the transformation that breaks the preview. */
18-
'warning' => esc_html__( 'Preview cannot be generated because %s was used.', 'cloudinary' ),
18+
'warning' => esc_html__( 'Preview cannot be generated because %s transformation was used.', 'cloudinary' ),
1919
'valid_types' => \Cloudinary\Connect\Api::$transformation_index['image'],
2020
);
2121

0 commit comments

Comments
 (0)