'Test Net'→'Testnet' more consistently

This commit is contained in:
mDuo13
2019-08-29 15:52:20 -07:00
parent 6b47c7229f
commit 143643709f
4 changed files with 22 additions and 14 deletions

View File

@@ -87,7 +87,7 @@ const set_up_tx_sender = async function() {
dataType: 'json',
success: faucet_response,
error: function() {
errorNotif("There was an error with the XRP Ledger Test Net Faucet. Reload this page to try again.")
errorNotif("There was an error with the XRP Ledger Testnet Faucet. Reload this page to try again.")
}
})
})
@@ -104,7 +104,7 @@ const set_up_tx_sender = async function() {
$("#connection-status-item").text("Not connected")
$("#connection-status-item").removeClass("active").addClass("disabled")
})
console.log("Connecting to Test Net WebSocket...")
console.log("Connecting to Testnet WebSocket...")
api.connect()
//////////////////////////////////////////////////////////////////////////////