Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sentence case
  • Loading branch information
cr0ybot committed Oct 10, 2025
commit a6704137f31a6897d0298a6b7ca241c83386e12b
2 changes: 1 addition & 1 deletion packages/block-library/src/term-count/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { getBracketIcon } from './icons';
import { useTermCount } from './use-term-count';

const BRACKET_TYPES = {
none: { label: __( 'No Brackets' ) },
none: { label: __( 'No brackets' ) },
Comment thread
cr0ybot marked this conversation as resolved.
Outdated
round: {
label: __( 'Round brackets' ),
before: '(',
Expand Down