Skip to content

Commit

Permalink
Unify block variation title
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Jan 4, 2025
1 parent 0532ad6 commit 32a43b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/form/variations.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const variations = [
},
{
name: 'wp-privacy-form',
title: __( 'Experimental privacy request form' ),
title: __( 'Experimental Privacy Request Form' ),
keywords: [ 'GDPR' ],
description: __( 'A form to request data exports and/or deletion.' ),
attributes: {
Expand Down
4 changes: 2 additions & 2 deletions packages/block-library/src/post-navigation-link/variations.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const variations = [
{
isDefault: true,
name: 'post-next',
title: __( 'Next post' ),
title: __( 'Next Post' ),
description: __(
'Displays the post link that follows the current post.'
),
Expand All @@ -24,7 +24,7 @@ const variations = [
},
{
name: 'post-previous',
title: __( 'Previous post' ),
title: __( 'Previous Post' ),
description: __(
'Displays the post link that precedes the current post.'
),
Expand Down

0 comments on commit 32a43b6

Please sign in to comment.