From d627bf5b6c3cf97756a38de0c9b44fb843e19d9b Mon Sep 17 00:00:00 2001 From: Dinawo Date: Wed, 17 Apr 2024 17:04:01 +0200 Subject: [PATCH] Update French error message in showFileInfo function --- public/js/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/dashboard.js b/public/js/dashboard.js index 964de4d..b196b91 100644 --- a/public/js/dashboard.js +++ b/public/js/dashboard.js @@ -481,7 +481,7 @@ async function showFileInfo(fileLink) { Swal.fire({ position: 'top', icon: 'error', - title: 'Les informations sur les fichiers ne sont pas disponibles pour le moment. Veuillez réessayer plus tard.', + title: 'Les informations sur le fichier ne sont pas disponibles pour le moment. Veuillez réessayer plus tard.', showConfirmButton: false, timer: 1800, toast: true,