Skip to content

Commit

Permalink
Block Editor: Unify texts for Create pattern modal (#52151)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored and tellthemachines committed Jul 3, 2023
1 parent b8229fe commit ac9cd11
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export default function ReusableBlockConvertButton( {
label={ __( 'Name' ) }
value={ title }
onChange={ setTitle }
placeholder={ __( 'My pattern' ) }
/>

<ToggleControl
Expand Down Expand Up @@ -186,7 +187,7 @@ export default function ReusableBlockConvertButton( {
</Button>

<Button variant="primary" type="submit">
{ __( 'Save' ) }
{ __( 'Create' ) }
</Button>
</HStack>
</VStack>
Expand Down

0 comments on commit ac9cd11

Please sign in to comment.