Skip to content

Commit

Permalink
Submitting Grammatical Change for Bridge UI (#12949)
Browse files Browse the repository at this point in the history
  • Loading branch information
ablankstory authored Jan 15, 2023
1 parent bfc4901 commit 59276fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/bridge-ui/src/components/MessageStatusTooltip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
</li>
<li class="mb-2">
<strong>Claimable</strong>: Your asset is ready to be claimed on the
destination chain, and requires a transaction.
destination chain and requires a transaction.
</li>
<li class="mb-2">
<strong>Claimed</strong>: Your asset has finished bridging, and is
<strong>Claimed</strong>: Your asset has finished bridging and is
available to you on the destination chain.
</li>
<li class="mb-2">
<strong>Retry</strong>: The relayer has failed to process this
message, and you must retry the processing yourself.
</li>
<li class="mb-2">
<strong>Failed</strong>: Your bridged asset is unable to be processed,
<strong>Failed</strong>: Your bridged asset is unable to be processed
and is available to you on the source chain.
</li>
</ul>
</div>
</span>
</TooltipModal>
</TooltipModal>
4 changes: 2 additions & 2 deletions packages/bridge-ui/src/components/TransactionDetail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { showTransactionDetails } from "../store/transactions";
export let transaction;
</script>
<Modal onClose={() => $showTransactionDetails = null} isOpen={!!transaction} title="Transaction Detail">
<Modal onClose={() => $showTransactionDetails = null} isOpen={!!transaction} title="Transaction Details">
<table class="table table-normal w-full md:w-2/3 m-auto table-fixed border-spacing-0 text-sm md:text-base">
<tr>
<td>Tx Hash</td>
Expand Down Expand Up @@ -73,4 +73,4 @@
</tr>
{/if}
</table>
</Modal>
</Modal>
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
time.
</li>
<li>
<strong>Custom</strong>:You can set a custom fee for the relayer to
<strong>Custom</strong>: You can set a custom fee for the relayer to
incentivize them to prioritize your request. A lower fee may result in
longer processing time.
</li>
Expand Down

0 comments on commit 59276fe

Please sign in to comment.