diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index 7502d81f..7b4cbf7c 100644 --- a/static/i18n/en/app.json +++ b/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..." } } }