1 2 3 4 5 6
$(document).ready(function() { // translate search result type if (OC.search !== undefined) { OC.search.resultTypes.note = 'Note'; } });