small lost design update for boss fights

This commit is contained in:
Daniel 2014-04-16 21:33:03 +02:00
commit fbd8790740
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
<i class="fa fa-heart fa-fw"></i>
<?php endforeach ?>
<?php else : ?>
<?=_('lost')?>
<b><?=_('lost')?></b>
<?php endif ?>
</p>
</section>

View file

@ -30,7 +30,7 @@
<i class="fa fa-heart fa-fw"></i>
<?php endforeach ?>
<?php else : ?>
<?=_('lost')?>
<b><?=_('lost')?></b>
<?php endif ?>
</p>
</section>