Skip to content

Commit

Permalink
Jetpack Manage: Fix a typo in review licenses modal (#84637)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashwin authored and pull[bot] committed Feb 6, 2024
1 parent 95f7442 commit 8996451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function PricingSummary( {
<span className="review-licenses__pricing-original">
{ formatCurrency( actualCost, currency ) }
</span>
<div className="review-licenses__pricing-interval">{ translate( '/per month' ) }</div>
<div className="review-licenses__pricing-interval">{ translate( '/month' ) }</div>
</div>
<Button primary className="review-licenses__cta-button" onClick={ handleCTAClick }>
{ translate( 'Issue %(numLicenses)d license', 'Issue %(numLicenses)d licenses', {
Expand Down

0 comments on commit 8996451

Please sign in to comment.