Skip to content

Commit

Permalink
Add better text.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed Nov 30, 2024
1 parent 94bdc5d commit 993a515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-editor/src/hooks/block-bindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function EditableBlockBindingsPanelItems( {
search: '',
filters: [],
page: 1,
perPage: 15,
perPage: 5,
sort: {},
fields: [ 'label', 'value', 'source' ],
layout: defaultLayouts.table.layout,
Expand All @@ -173,7 +173,7 @@ function EditableBlockBindingsPanelItems( {
const actions = [
{
id: 'select',
label: 'Select binding',
label: __( 'Connect attribute' ),
isPrimary: true,
icon: connection,
callback: ( field ) => {
Expand Down

0 comments on commit 993a515

Please sign in to comment.