Skip to content

Commit

Permalink
fix(marketplace): Update copy to say certificates instead of plastic …
Browse files Browse the repository at this point in the history
…credits (#1121)
  • Loading branch information
jschill authored Jan 22, 2024
1 parent 8b7cbe6 commit 190c715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/marketplace/src/pages/AuctionPaymentSuccessful.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ onMounted(async () => {
v-if="auctionStatus === PaymentStatus.COMPLETE"
class="font-Inter text-white text-title18"
>
Your plastic credit purchase was successful and Plastic Credit Offset
Certificate has been generated for you.
Your plastic credit purchase was successful and a Plastic Credit
Offset Certificate has been generated for you.
</span>
<span
v-else-if="auctionStatus === PaymentStatus.ERROR"
Expand All @@ -115,7 +115,7 @@ onMounted(async () => {
<a
class="mt-5 text-white btn btn-ghost btn-block normal-case bg-greenPrimary hover:bg-greenDark text-title24 lg:text-title32 lg:btn-lg p-0 px-12 font-normal md:max-w-lg"
href="/certificate"
>See your plastic credits</a
>See your certificates</a
>
</div>
</div>
Expand Down

0 comments on commit 190c715

Please sign in to comment.