Wordsmithing

pull/232/head
Ryan Arthur 7 years ago committed by Tim Mecklem
parent 1777c11fd1
commit 8e46203f73
  1. 4
      apps/explorer_web/lib/explorer_web/templates/address/overview.html.eex

@ -10,7 +10,7 @@
<tbody>
<tr>
<th scpoe="row">
<%= gettext "QR Code" %>
<%= gettext "Copy Address" %>
</th>
<td>
<!-- Button trigger modal -->
@ -49,7 +49,7 @@
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title" id="qrModalLabel">QR Code</h2>
<h2 class="modal-title" id="qrModalLabel">Copy Address</h2>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>

Loading…
Cancel
Save