Skip to content

Commit

Permalink
Site Editor: Make Template Parts & Patterns Management dropdown trans…
Browse files Browse the repository at this point in the history
…latable
  • Loading branch information
t-hamano committed Jun 23, 2023
1 parent b2a7941 commit bb8d1e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/edit-site/src/components/add-new-pattern/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ export default function AddNewPattern() {
{
icon: header,
onClick: () => setShowTemplatePartModal( true ),
title: 'Create a template part',
title: __( 'Create a template part' ),
},
{
icon: file,
onClick: () => setShowPatternModal( true ),
title: 'Create a pattern',
title: __( 'Create a pattern' ),
},
] }
icon={
Expand All @@ -72,7 +72,7 @@ export default function AddNewPattern() {
label={ __( 'Create a pattern' ) }
/>
}
label="Create a pattern."
label={ __( 'Create a pattern.' ) }
/>
{ showPatternModal && (
<CreatePatternModal
Expand Down

0 comments on commit bb8d1e3

Please sign in to comment.