Skip to content

Commit

Permalink
A4A: fix commissions spelling (#94727)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-lysenko authored Sep 19, 2024
1 parent 6312f95 commit 8e60f75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function CommissionsInfo( { items }: { items: ShoppingCartItem[]

return (
<div className="commissions-info">
<span>{ translate( 'Your estimated commision:' ) }</span>
<span>{ translate( 'Your estimated commission:' ) }</span>
<span>
{ translate( '%(total)s/mo', {
args: {
Expand Down

0 comments on commit 8e60f75

Please sign in to comment.