Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jul 24, 2024
1 parent dfabd3b commit 6586f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-editor/src/components/list-view/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export const getBlockPropertiesDescription = ( blockInformation, isLocked ) =>
[
blockInformation?.positionLabel
? `${ sprintf(
// translators: 1: Position of selected block, e.g. "Sticky" or "Fixed".
__( 'Position: %1$s' ),
// translators: %s: Position of selected block, e.g. "Sticky" or "Fixed".
__( 'Position: %s' ),
blockInformation.positionLabel
) }.`
: undefined,
Expand Down

0 comments on commit 6586f66

Please sign in to comment.