Skip to content

Commit

Permalink
Restore Mixed placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
brookewp committed Jan 9, 2024
1 parent 3f9ec19 commit 178ff28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/box-control/all-input-control.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function AllInputControl( {
onUnitChange={ handleOnUnitChange }
onFocus={ handleOnFocus }
placeholder={ allPlaceholder }
label={ isMixed ? LABELS.mixed : LABELS.all }
label={ LABELS.all }
hideLabelFromVision
/>

Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/box-control/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const LABELS = {
bottom: __( 'Bottom side' ),
left: __( 'Left side' ),
right: __( 'Right side' ),
mixed: __( 'Mixed sides' ),
mixed: __( 'Mixed' ),
vertical: __( 'Top and bottom sides' ),
horizontal: __( 'Left and right sides' ),
};
Expand Down

0 comments on commit 178ff28

Please sign in to comment.