Skip to content

Commit

Permalink
Fixed #241 -- Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonmoura committed Sep 18, 2019
1 parent 9d2564a commit 69d25fa
Show file tree
Hide file tree
Showing 5 changed files with 334 additions and 199 deletions.
4 changes: 2 additions & 2 deletions client/templates/default/menu.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<li><a href="<?php echo $docs['docURL'] ?>" target="_blank"><?php echo $docs['title'] ?></a></li>
<?php endforeach; ?>
<?php else : ?>
Nenhum sugestão encontrada
<?php echo $trans->getTrans($_REQUEST["action"],'SUGGESTIONS_NOT_FOUND'); ?>
<?php endif; ?>
</ul>
</div>
Expand All @@ -134,7 +134,7 @@
</article>
<?php endforeach; ?>
<?php else : ?>
Nenhum evento encontrado
<?php echo $trans->getTrans($_REQUEST["action"],'EVENTS_NOT_FOUND'); ?>
<?php endif; ?>
</div>
<div class="clearfix showMenor1200"></div>
Expand Down

0 comments on commit 69d25fa

Please sign in to comment.