Skip to content

Commit

Permalink
fix unpaid status label
Browse files Browse the repository at this point in the history
elnosh authored and benthecarman committed Apr 7, 2024
1 parent 4de5771 commit 163deeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ActivityDetailsModal.tsx
Original file line number Diff line number Diff line change
@@ -265,7 +265,7 @@ function LightningDetails(props: { info: MutinyInvoice; tags?: TagItem }) {
<KeyValue
key={i18n.t("activity.transaction_details.status")}
>
i18n.t("activity.transaction_details.unpaid")
{i18n.t("activity.transaction_details.unpaid")}
</KeyValue>
</Show>
<KeyValue key={i18n.t("activity.transaction_details.date")}>

0 comments on commit 163deeb

Please sign in to comment.