Skip to content

Commit

Permalink
Updated warning copy as per UX indications
Browse files Browse the repository at this point in the history
  • Loading branch information
pls78 committed Jan 22, 2025
1 parent a453987 commit 3a1e591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/src/components/social/useFallbackWarning.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const useFallbackWarning = ( imageFallbackUrl, imageUrl, imageWarnings )
const warningMessage = sprintf(
/* Translators: %s expands to the jpg format, %s expands to the png format, %s expands to the webp format, %s expands to the gif format. */
__(
"The image automatically added from your content isn't supported. Please use %s, %s, %s or %s formats to ensure it displays correctly on social media.",
"No image was found that we can automatically set as your social image. Please use %s, %s, %s or %s formats to ensure it displays correctly on social media.",
"wordpress-seo"
),
"JPG", "PNG", "WEBP", "GIF"
Expand Down

0 comments on commit 3a1e591

Please sign in to comment.