Skip to content

Commit

Permalink
Remove 'Template' prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored and kevin940726 committed Oct 6, 2021
1 parent da81b2e commit cd36f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function TemplateAreas() {
level={ 3 }
className="edit-site-template-card__template-areas-title"
>
{ __( 'Template areas' ) }
{ __( 'Areas' ) }
</Heading>

<ul className="edit-site-template-card__template-areas-list">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function TemplateAreas() {

return (
<MenuGroup
label={ __( 'Template areas' ) }
label={ __( 'Areas' ) }
className="edit-site-template-details__group edit-site-template-details__template-areas"
>
{ Object.entries( templateAreaBlocks ).map(
Expand Down

0 comments on commit cd36f7b

Please sign in to comment.