Skip to content

Commit 67de28e

Browse files
committed
swap: change Invoice Total to Total
1 parent 39ae2db commit 67de28e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/__tests__/components/loop/SwapWizard.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('SwapWizard component', () => {
8484
expect(getByText('Review the quote')).toBeInTheDocument();
8585
expect(getByText('Loop Out Amount')).toBeInTheDocument();
8686
expect(getByText('Fees')).toBeInTheDocument();
87-
expect(getByText('Invoice Total')).toBeInTheDocument();
87+
expect(getByText('Total')).toBeInTheDocument();
8888
});
8989

9090
it('should display the correct values', () => {

app/src/i18n/locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"cmps.loop.swap.SwapReviewStep.description": "Confirm the invoice total for increasing your inbound liquidity. If you'd like to make adjustments, click the back arrow above.",
5353
"cmps.loop.swap.SwapReviewStep.amount": "{{type}} Amount",
5454
"cmps.loop.swap.SwapReviewStep.fees": "Fees",
55-
"cmps.loop.swap.SwapReviewStep.total": "Invoice Total",
55+
"cmps.loop.swap.SwapReviewStep.total": "Total",
5656
"cmps.loop.swap.SwapWizard.backTip": "Back to Previous",
5757
"cmps.layout.NavMenu.menu": "Menu",
5858
"cmps.layout.NavMenu.loop": "Lightning Loop",

0 commit comments

Comments
 (0)