fix typo for ?won_text? of Character groups Quests
This commit is contained in:
parent
d9d6a3aaf5
commit
604c4898cc
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<?php if(!empty($quest['von_text'])) : ?>
|
<?php if(!empty($quest['won_text'])) : ?>
|
||||||
<section>
|
<section>
|
||||||
<h1><i class="fa fa-thumbs-up fa-fw"></i><?=_('Won Quest')?></h1>
|
<h1><i class="fa fa-thumbs-up fa-fw"></i><?=_('Won Quest')?></h1>
|
||||||
<p><?=\hhu\z\Utils::t($quest['won_text'])?></p>
|
<p><?=\hhu\z\Utils::t($quest['won_text'])?></p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue