Skip to content

Commit

Permalink
Change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Jun 30, 2023
1 parent 1d5e690 commit 30804a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/page-patterns/grid-item.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { DELETE, BACKSPACE } from '@wordpress/keycodes';
import { PATTERNS, USER_PATTERNS } from './utils';
import { useLink } from '../routes/link';

const THEME_PATTERN_TOOLTIP = __( 'Theme patterns cannot be edited here' );
const THEME_PATTERN_TOOLTIP = __( 'Theme patterns cannot be edited.' );

export default function GridItem( { categoryId, composite, icon, item } ) {
const descriptionId = useId();
Expand Down Expand Up @@ -166,7 +166,7 @@ export default function GridItem( { categoryId, composite, icon, item } ) {
<Tooltip
position="top center"
text={ __(
'Theme patterns cannot be edited here'
'Theme patterns cannot be edited.'
) }
>
<span className="edit-site-patterns__pattern-lock-icon">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default function SidebarNavigationScreenPatterns() {
<Tooltip
position="top center"
text={ __(
'Theme patterns cannot be edited here'
'Theme patterns cannot be edited.'
) }
>
<span className="edit-site-sidebar-navigation-screen-pattern__lock-icon">
Expand Down

0 comments on commit 30804a8

Please sign in to comment.