Skip to content

Commit

Permalink
Patterns: End pattern page descriptions with a period
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Dec 6, 2023
1 parent a2d1d37 commit 50a8f02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function usePatternCategories() {
sortedCategories.unshift( {
name: PATTERN_DEFAULT_CATEGORY,
label: __( 'All patterns' ),
description: __( 'A list of all patterns from all sources' ),
description: __( 'A list of all patterns from all sources.' ),
count: themePatterns.length + userPatterns.length,
} );

Expand Down

0 comments on commit 50a8f02

Please sign in to comment.