Skip to content

Commit

Permalink
Typo (#14877)
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk authored Mar 4, 2020
1 parent 9de0c03 commit a0ba440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/search/class-jetpack-search-customize.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function customize_register( $wp_customize ) {
'type' => 'range',
'section' => $section_id,
'label' => __( 'Background Opacity', 'jetpack' ),
'description' => __( 'Select and opacity for the search overlay.', 'jetpack' ),
'description' => __( 'Select an opacity for the search overlay.', 'jetpack' ),
'input_attrs' => array(
'min' => 85,
'max' => 100,
Expand Down

0 comments on commit a0ba440

Please sign in to comment.