Fix copy to clipboard tooltip typo in header

This commit is contained in:
Trevor North
2016-02-02 12:58:08 +00:00
parent 16ca66b424
commit 92c4e8e7bb
+1 -1
View File
@@ -43,7 +43,7 @@
</ul>
<span id="plain-exception"><?php echo $tpl->escape($plain_exception) ?></span>
<button id="copy-button" class="clipboard" data-clipboard-text="<?php echo $tpl->escape($plain_exception) ?>" title="Copy exception details to clipabord">
<button id="copy-button" class="clipboard" data-clipboard-text="<?php echo $tpl->escape($plain_exception) ?>" title="Copy exception details to clipboard">
COPY
</button>
</div>