Skip to content
Merged
Prev Previous commit
Next Next commit
Update label
  • Loading branch information
jameskoster authored and ntsekouras committed Sep 12, 2023
commit 9fb10fdd322cca6a3c6de2674528e74a8c340b1e
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function EditTemplate() {
popoverProps={ POPOVER_PROPS }
focusOnMount
toggleProps={ { variant: 'tertiary' } }
label={ decodeEntities( template.title ) }
label={ __( 'Template options' ) }
text={ decodeEntities( template.title ) }
icon={ null }
>
Expand Down