diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt
index 0505d6a206..fc3943a133 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt
@@ -4,6 +4,7 @@
[% USE KohaDates %]
[% USE TablesSettings %]
[% USE AuthorisedValues %]
+[%- USE KohaSpan -%]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
[% IF plugin %]
@@ -80,7 +81,8 @@
Note: No upload categories are defined.
[% IF ( CAN_user_parameters_manage_auth_values ) -%]
-
Add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary.
+ [% av_UPLOAD_link = BLOCK %]
UPLOAD[% END %]
+
Add values to the [% av_UPLOAD_link | $KohaSpan %] authorized value category otherwise all uploads will be marked as temporary.
[% ELSE -%]
An administrator must add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary.
[% END %]