Skip to content

Commit 1ced42c

Browse files
committed
fix: change to Payment Chain in table head
1 parent e8a5296 commit 1ced42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/invoice-dashboard/src/lib/view-requests.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@
578578
</th>
579579
<th on:click={() => handleSort("currencyInfo.network")}>
580580
<div>
581-
Payment Network<i class={`caret `}>
581+
Payment Chain<i class={`caret `}>
582582
{#if sortOrder === "asc" && sortColumn === "currencyInfo.network"}
583583
<ChevronUp />
584584
{:else}

0 commit comments

Comments
 (0)