Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
fix: update invoice message
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Dec 27, 2018
1 parent 792de39 commit d5a04b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/swap/swapActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const startListening = (dispatch, swapId) => {
source.onmessage = event => {
const data = JSON.parse(event.data);

let message = 'Paying Lightning invoice';
let message = 'Paying Lightning invoice...';

if (data.message.startsWith('Invoice paid:')) {
message = 'Done';
Expand Down

0 comments on commit d5a04b3

Please sign in to comment.