Skip to content

Commit

Permalink
Site editor: add missing i18n in HomeTemplateDetails (#53543)
Browse files Browse the repository at this point in the history
* Site editor: add missing i18n in `HomeTemplateDetails`

* Lint fix
  • Loading branch information
swissspidy authored and tellthemachines committed Aug 14, 2023
1 parent ee2786a commit e1e4609
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -198,8 +198,10 @@ export default function HomeTemplateDetails() {
<SidebarNavigationScreenDetailsPanelRow>
<CheckboxControl
className="edit-site-sidebar-navigation-screen__input-control"
label="Allow comments on new posts"
help="Changes will apply to new posts only. Individual posts may override these settings."
label={ __( 'Allow comments on new posts' ) }
help={ __(
'Changes will apply to new posts only. Individual posts may override these settings.'
) }
checked={ commentsOnNewPostsValue }
onChange={ setAllowCommentsOnNewPosts }
/>
Expand Down

0 comments on commit e1e4609

Please sign in to comment.