Bug 22764: Change marcfield to MARC field in alert message
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / additional-fields.tt
index a20264c..8083dc1 100755 (executable)
                 if ( $("#marcfield").length && $("select[name='authorised_value_category']").length ) {
                     if ( $("#marcfield").val().length > 0
                         && $("select[name='authorised_value_category']" ).val().length > 0 ) {
-                        alert(_("You cannot select an authorised value category and a marcfield") );
+                        alert(_("You cannot select an authorised value category and a MARC field") );
                         return false;
                     }
                 }