Change 'electrs...' to 'Electrum...' in the UI. (#461)

This commit is contained in:
Steven Black 2021-01-20 20:46:42 -05:00 committed by GitHub
parent d171b6982d
commit 6a2c0caa42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -563,7 +563,7 @@ def get_btcrpcexplorer_status_and_color_and_ready():
ready = True
else:
color = "yellow"
status = "Waiting on electrs..."
status = "Waiting on Electrum..."
else:
color = "yellow"
status = "Waiting on bitcoin..."

View File

@ -34,7 +34,7 @@ def get_dojo_status():
dojo_status = "Running"
dojo_status_color = "green"
else:
dojo_status = "Waiting on electrs..."
dojo_status = "Waiting on Electrum..."
dojo_status_color = "yellow"
else:
dojo_status = "Issue Starting"