From b3bea56e648d1a429a3f14b3214dce9ed1cf2dcd Mon Sep 17 00:00:00 2001 From: jpkanter <kanter@ub.uni-leipzig.de> Date: Fri, 18 Nov 2022 16:14:22 +0100 Subject: [PATCH] refs #21487 [fid] tweaking of getit-box, notices rules work 100% of time they work --- themes/fid/templates/ajax/resolverLinks-print.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/fid/templates/ajax/resolverLinks-print.phtml b/themes/fid/templates/ajax/resolverLinks-print.phtml index d2552a6d281..b38cb48ea8d 100644 --- a/themes/fid/templates/ajax/resolverLinks-print.phtml +++ b/themes/fid/templates/ajax/resolverLinks-print.phtml @@ -29,7 +29,7 @@ $user = $account->isLoggedIn(); <?php $url = '<a href="' . $this->url('myresearch-account') . '?auth_method=' . $account->getAuthMethod() . '" target="_blank" data-lightbox>' . $this->transEsc('getit_text_3_2') . '</a>'; ?> - <?=sprintf($this->translate('getit_text_10'), $url)?> + <?=sprintf($this->translate('getit_text_info_req_reg'), $url)?> <?php $script = <<<JS $(document).ready(function() { // Use to register new lightbox window pda form -- GitLab