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

Removed untranslated string.

parent 33505585
No related merge requests found
......@@ -30,7 +30,7 @@
if (isset($this->overrideTitle)) {
$this->layout()->breadcrumbs = '<li class="active">' . $this->escapeHtml($this->overrideTitle) . '</li>';
} else {
$this->layout()->breadcrumbs = '<li class="active">' . $this->transEsc('Combined Search') . ': ' .
$this->layout()->breadcrumbs = '<li class="active">' . $this->transEsc('Search') . ': ' .
$this->escapeHtml($lookfor) . '</li>';
}
......
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