View | Details | Raw Unified | Return to bug 40720
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/select2.js (-3 / +2 lines)
Lines 32-41 $.fn.select2.defaults.set("language", { Link Here
32
        return __("Searching…");
32
        return __("Searching…");
33
    },
33
    },
34
    removeAllItems: function () {
34
    removeAllItems: function () {
35
        return __("Remove all items");
35
        return __("Clear selections");
36
    },
36
    },
37
    removeItem: function () {
37
    removeItem: function () {
38
        return __("Remove item");
38
        return __("Clear selection");
39
    },
39
    },
40
});
40
});
41
41
42
- 

Return to bug 40720