Bug 10420 - Standardize spelling of "authorized"
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / guided_reports_start.tt
index 4cd0728..9cb99f3 100644 (file)
@@ -671,7 +671,7 @@ canned reports and writing custom SQL reports.</p>
             <h3>Errors found when processing parameters for report: [% name %]</h3>
             [% FOREACH problematic_authval IN problematic_authvals %]
                 <p>
-                <strong>[% problematic_authval.name %]:</strong> The authorised value category (<strong>[% problematic_authval.authval %]</strong>)
+                <strong>[% problematic_authval.name %]:</strong> The authorized value category (<strong>[% problematic_authval.authval %]</strong>)
                     you selected does not exist.
                 </p>
             [% END %]
@@ -714,7 +714,7 @@ canned reports and writing custom SQL reports.</p>
             <h3>Errors found when processing parameters for report: [% name %]</h3>
             [% FOREACH auth_val_error IN auth_val_errors %]
                 <p>
-                    <strong>[% auth_val_error.entry %]:</strong> The authorised value category (<strong>[% auth_val_error.auth_val %]</strong>)
+                    <strong>[% auth_val_error.entry %]:</strong> The authorized value category (<strong>[% auth_val_error.auth_val %]</strong>)
                     you selected does not exist.
                 </p>
             [% END %]