@@ -, +, @@ sysprefs - Apply patch - Go to System preferences in staff client, do a search with something that does not exist - Verify that a message pops up that does not contain the link. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt @@ -70,7 +70,7 @@ [% END %] [% IF ( search_not_found ) %]
- No system preferences matched your search for [% searchfield |html %]. You can try a different search or return to where you were before. + No system preferences matched your search for: [% searchfield |html %]
[% END %] [% FOREACH TAB IN TABS %] --