diff --git a/themes/blueprint/templates/myresearch/recover.phtml b/themes/blueprint/templates/myresearch/recover.phtml index afffcc651e88535a3eadd9a091932a824b9e444b..c2d8d33275ccfc35312ae0d85d8cd14152dcd1b1 100644 --- a/themes/blueprint/templates/myresearch/recover.phtml +++ b/themes/blueprint/templates/myresearch/recover.phtml @@ -1,4 +1,4 @@ -<h2><?=$this->transEsc('Password Recovery') ?></h2> +<h2><?=$this->transEsc('recovery_title') ?></h2> <?=$this->flashmessages()?> <? if (!$this->auth()->getManager()->supportsRecovery()): ?> <div class="error"><?=$this->transEsc('recovery_disabled') ?></div> diff --git a/themes/bootstrap/templates/myresearch/recover.phtml b/themes/bootstrap/templates/myresearch/recover.phtml index e2c25e006b1b415bc79441da7e6dd18063c59165..0ecb7cec0f949714f13b47c76e6c624c58bc2c2b 100644 --- a/themes/bootstrap/templates/myresearch/recover.phtml +++ b/themes/bootstrap/templates/myresearch/recover.phtml @@ -1,4 +1,4 @@ -<h2><?=$this->transEsc('Password Recovery') ?></h2> +<h2><?=$this->transEsc('recovery_title') ?></h2> <?=$this->flashmessages()?> <? if (!$this->auth()->getManager()->supportsRecovery()): ?> <div class="error"><?=$this->transEsc('recovery_disabled') ?></div> diff --git a/themes/bootstrap3/templates/myresearch/recover.phtml b/themes/bootstrap3/templates/myresearch/recover.phtml index e2c25e006b1b415bc79441da7e6dd18063c59165..0ecb7cec0f949714f13b47c76e6c624c58bc2c2b 100644 --- a/themes/bootstrap3/templates/myresearch/recover.phtml +++ b/themes/bootstrap3/templates/myresearch/recover.phtml @@ -1,4 +1,4 @@ -<h2><?=$this->transEsc('Password Recovery') ?></h2> +<h2><?=$this->transEsc('recovery_title') ?></h2> <?=$this->flashmessages()?> <? if (!$this->auth()->getManager()->supportsRecovery()): ?> <div class="error"><?=$this->transEsc('recovery_disabled') ?></div> diff --git a/themes/jquerymobile/templates/myresearch/recover.phtml b/themes/jquerymobile/templates/myresearch/recover.phtml index e9246a1767682545a8472e1d1938abbcf0a54d0b..683b94b4e794bb5117c5da27a9205196ba2260e0 100644 --- a/themes/jquerymobile/templates/myresearch/recover.phtml +++ b/themes/jquerymobile/templates/myresearch/recover.phtml @@ -1,6 +1,6 @@ <? // Set up page title: - $this->headTitle(isset($list) ? $list->title : $this->translate('recovery_title')); + $this->headTitle($this->translate('recovery_title')); // Set up extra button for header: $extraButton = '<a rel="external" href="'