Skip to content

Commit

Permalink
UIUX: Added suggestion to quit other wallet software when connecting …
Browse files Browse the repository at this point in the history
…HWI over USB (#1535)

Co-authored-by: Kim Neunert <[email protected]>
  • Loading branch information
Lobbelt and k9ert authored Jan 25, 2022
1 parent 7e86741 commit 98c7ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptoadvance/specter/templates/includes/hwi/hwi.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<p id="bitbox02-pairing-code" style="margin: auto;"></p>
<img src="{{ url_for('static', filename='img/loader_boxes.svg') }}">
<div class="flex-center hidden" id="hwi_progress_note" style="cursor: pointer;">
{{ _("If your device does not show up, ensure the Specter USB settings are correctly configured.") }}<br><br>
{{ _("If your device does not show up, close any other wallet software that may be connected to your device and ensure the Specter USB settings are correctly configured.") }}<br><br>
<a href="{{ url_for('settings_endpoint.hwi') }}" style="color: #fff; text-decoration: underline; cursor: pointer;">
{{ _("View USB settings") }}
</a>
Expand Down

0 comments on commit 98c7ec5

Please sign in to comment.