Skip to content
Snippets Groups Projects
Commit e1341590 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed missing translation.

parent a6b54404
No related merge requests found
......@@ -2,7 +2,7 @@
<? $similarAuthors = $this->recommend->getSimilarAuthors(); ?>
<? if (!empty($similarAuthors['list'])): ?>
<div class="row">
<p>Author Results for <strong><?=$this->escapeHtml($this->recommend->getSearchTerm()) ?></strong></p>
<p><?=$this->transEsc('Author Results for')?> <strong><?=$this->escapeHtml($this->recommend->getSearchTerm()) ?></strong></p>
<div class="col-sm-4">
<? foreach($similarAuthors['list'] as $i => $author): ?>
<? if ($i == 5): ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment