From f86cb9c62b9ecd6a5680cf2160bc8f57669bbe5b Mon Sep 17 00:00:00 2001 From: simon987 Date: Sun, 10 Mar 2019 15:32:37 -0400 Subject: [PATCH] Leftover french --- static/js/search.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();