Skip to content

Commit

Permalink
Typo fix in retire credits modal
Browse files Browse the repository at this point in the history
Just typo, merging
  • Loading branch information
ba1ciu authored Jun 15, 2023
1 parent 1f4a8a4 commit b0de742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/marketplace/src/components/RetireCreditsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ const handleRetireCredits = async () => {
id="input-2" dashed :disabled="true" :denom="denom" type="number" />
</div>

<RetireCreditTextArea label="Provide a name of the entity that should be visible as a retriever"
<RetireCreditTextArea label="Provide a name of the entity that should be visible as a retirerer"
sub-text="(will be visible on generated Plastic Credit certificate)" id="message-1" v-model="name" />
<RetireCreditTextArea label="Provide additional data about the retriever"
<RetireCreditTextArea label="Provide additional data about the retirerer"
sub-text="(will be visible on generated Plastic Credit certificate)" id="message-2" v-model="additionalInfo" />

<div class="flex flex-col md:flex-row justify-between modal-action">
Expand Down

0 comments on commit b0de742

Please sign in to comment.