Skip to content

Commit

Permalink
A4A: fix overdue invoice banner typo (#97303)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-lysenko authored Dec 11, 2024
1 parent 6150711 commit fc13b5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function PendingPaymentNotification() {
);
} else {
description = translate(
'Your product licenses have now been revoked. If you want to continue using the plaform, please pay your outstanding invoices.'
'Your product licenses have now been revoked. If you want to continue using the platform, please pay your outstanding invoices.'
);
}

Expand Down

0 comments on commit fc13b5f

Please sign in to comment.