Skip to content

Commit

Permalink
fix: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek committed Jun 15, 2020
1 parent 2b98984 commit 8fb1840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/newsletter-editor/styling/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default compose( [
optgroups={ fontOptgroups }
onChange={ value => updateStyleValue( 'font_body', value ) }
/>
<BaseControl label={ __( 'Background Color', 'newspack-newsletters' ) } id={ id }>
<BaseControl label={ __( 'Background color', 'newspack-newsletters' ) } id={ id }>
<ColorPicker
id={ id }
color={ backgroundColor || '#ffffff' }
Expand Down

0 comments on commit 8fb1840

Please sign in to comment.