Add missing call to translate in reorder-authbackend

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 11:48:35 +02:00
parent e876dce9d3
commit 762e00c694

View File

@ -1,7 +1,7 @@
<form id="<?= $form->getId(); ?>" name="<?= $form->getName(); ?>" enctype="<?= $form->getEncType(); ?>" method="<?= $form->getMethod(); ?>" action="<?= $form->getAction(); ?>"> <form id="<?= $form->getId(); ?>" name="<?= $form->getName(); ?>" enctype="<?= $form->getEncType(); ?>" method="<?= $form->getMethod(); ?>" action="<?= $form->getAction(); ?>">
<table class="action-table listing-table"> <table class="action-table listing-table">
<thead> <thead>
<th>Backend</th> <th><?= $this->translate('Backend') ?></th>
<th></th> <th></th>
<th></th> <th></th>
</thead> </thead>