Skip to content

Commit 5a2930a

Browse files
author
BitWasp
committed
Fixing mixed up bitcoin admin panel entry
1 parent cee198f commit 5a2930a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/views/admin/bitcoin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<?php
1010
if($bitcoin_info == NULL) { ?>
1111
<div class="row-fluid">
12-
<span class="span7">Unable to make an outbound connection to the <?php echo strtolower($coin['name']); ?> daemon.</span>
1312
<span class="span3"><?php echo $coin['name']; ?> Status</span>
13+
<span class="span7">Unable to make an outbound connection to the <?php echo strtolower($coin['name']); ?> daemon.</span>
1414
</div>
1515
<?php } else { ?>
1616
<div class="row-fluid">

0 commit comments

Comments
 (0)