Skip to content

Commit

Permalink
Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jul 1, 2019
1 parent c871c99 commit 9669ec3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extensions/shared/upgrade-nudge/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ const UpgradeNudge = ( { feature, plan, planName } ) => (
<Gridicon className="upgrade-nudge__icon" icon="star" size={ 18 } />
<div className="upgrade-nudge__info">
<span className="upgrade-nudge__title">
{ sprintf( __( 'You need at least the following plan: %(planName)s', 'jetpack' ), {
{ sprintf( __( 'Upgrade to %(planName)s', 'jetpack' ), {
planName,
} ) }
</span>
<span className="upgrade-nudge__message">{ __( 'To gain access to this block.' ) }</span>
<span className="upgrade-nudge__message">
{ __( 'To make this block visible on your site' ) }
</span>
</div>
<Button
className="upgrade-nudge__button"
Expand Down

0 comments on commit 9669ec3

Please sign in to comment.