Bug 35701: (follow-up) Fix last instance of t variable

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Owen Leonard 2024-01-09 16:15:00 +00:00 committed by Katrin Fischer
parent 50904b219e
commit 976f5e7ce6
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -288,7 +288,7 @@ legend:hover {
[% IF btitle == patron_title %]
<option value="[% patron_title | html %]" selected="selected">[% patron_title | html %]</option>
[% ELSE %]
<option value="[% patron_title | html %]">[% t | html %]</option>
<option value="[% patron_title | html %]">[% patron_title | html %]</option>
[% END %]
[% END %]
</select>