Skip to content

Commit

Permalink
fix: translator format specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredrethman committed Nov 25, 2024
1 parent 1f959a7 commit 10cbc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wizards/newspack/components/site-statuses/site-status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const defaultStatuses = {
error: __( 'Disconnected', 'newspack-plugin' ),
'error-dependencies': undefined,
'error-preflight': undefined,
/* translators: %s is the HTTP status code */
'error-request': __( 'Request failed - %s', 'newspack-plugin' ),
/* translators: %d is the HTTP status code */
'error-request': __( 'Request failed - %d', 'newspack-plugin' ),
};

const SiteStatus = ( {
Expand Down

0 comments on commit 10cbc46

Please sign in to comment.