Skip to content

Commit

Permalink
[form-builder] Fix typo in deprectation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin committed Sep 21, 2017
1 parent dd42702 commit 1473a69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default withPatchSubscriber(class Syncer extends React.PureComponent {
<p>
You&apos;re using a new version of the Studio with

{deprecatedSchema && 'a block schema that hasn\'t been updated.'}
{deprecatedSchema && ' a block schema that hasn\'t been updated.'}

{deprecatedSchema && deprecatedBlockValue && ' Also block text needs to be updated.'}

Expand Down

0 comments on commit 1473a69

Please sign in to comment.