Browse Source
Merge pull request #1191 from NastiaS/small-wording-glitch
one more missing wording in send flow resurrected
master
Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
static/i18n/en/app.json
|
|
@ -323,6 +323,9 @@ |
|
|
|
"title": "Transaction sent", |
|
|
|
"text": "The transaction has been signed and sent to the network. Your account balance will update once the blockchain has confirmed the transaction.", |
|
|
|
"cta": "View operation details" |
|
|
|
}, |
|
|
|
"pending": { |
|
|
|
"title": "Broadcasting transaction..." |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|