Skip to content

Commit

Permalink
Minor spelling change (#485)
Browse files Browse the repository at this point in the history
Testing doing this via web tool, unclear how this will affect git flow
  • Loading branch information
mflaxman committed Oct 6, 2020
1 parent bf34a78 commit 98bbcf2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -33,7 +33,7 @@
{% endif %}
{% if unknown_cosigners|length > 0 %}
<br>
<h1>Unknwon cosigners devices:</h1>
<h1>Unknown cosigners devices:</h1>
<p>These deivces will be added automatically to your list of devices. Click on a device to add information about it.</p>
<div class="row overflow">
{% for unknown_cosigner in unknown_cosigners %}
Expand All @@ -56,4 +56,4 @@
<input type="hidden" name="createwallet" value="true">
<button type="submit" name="action" value="importwallet" class="btn centered">Import Wallet</button>
</form>
{% endblock %}
{% endblock %}

0 comments on commit 98bbcf2

Please sign in to comment.