diff --git a/static/js/search.js b/static/js/search.js index 728e163..d43e9c6 100644 --- a/static/js/search.js +++ b/static/js/search.js @@ -173,8 +173,8 @@ function gifOver(thumbnail, documentId) { function downloadPopover(element, documentId) { element.setAttribute("data-content", - ' Télécharger' + - ' Consulter'); + ' Download' + + ' View'); element.setAttribute("data-toggle", "popover"); element.addEventListener("mouseover", function() { element.focus();