Skip to content

Commit

Permalink
Update language to match that on the site
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Oct 25, 2019
1 parent 206b3f4 commit 4304398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/block-editor/nutrifox-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const edit = ( { attributes, setAttributes, instanceId } ) => {
<div className="wp-nutrifox-shortcode" style={ placeholderStyle }>
<label htmlFor={ inputId } style={ labelStyle }>
<Dashicon icon="carrot" />
<span style={ spanStyle }>{ __( 'Nutrifox Card' ) }</span>
<span style={ spanStyle }>{ __( 'Nutrifox Label' ) }</span>
</label>
<PlainText
id={ inputId }
Expand All @@ -67,7 +67,7 @@ const save = () => {
};

const blockRegistration = {
title: __( 'Nutrifox Card', 'nutrifox' ),
title: __( 'Nutrifox Label', 'nutrifox' ),
icon: 'carrot',
category: 'common',
html: false,
Expand Down

0 comments on commit 4304398

Please sign in to comment.