Skip to content

Commit

Permalink
fix: Revert changes for post-template sidebar word
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Feb 12, 2025
1 parent e00e7b0 commit 85b5f8e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ export default function CreateNewTemplateModal( { onClose } ) {
placeholder={ DEFAULT_TITLE }
disabled={ isBusy }
help={ __(
'Describe the template, e.g. "Post with panel". A custom template can be manually applied to any post or page.'
// eslint-disable-next-line no-restricted-syntax -- 'sidebar' is a common web design term for layouts
'Describe the template, e.g. "Post with sidebar". A custom template can be manually applied to any post or page.'
) }
/>
<HStack justify="right">
Expand Down

0 comments on commit 85b5f8e

Please sign in to comment.