Update French error message in showFileInfo function
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-17 17:04:01 +02:00
parent 672f125f98
commit d627bf5b6c

View File

@@ -481,7 +481,7 @@ async function showFileInfo(fileLink) {
Swal.fire({ Swal.fire({
position: 'top', position: 'top',
icon: 'error', 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, showConfirmButton: false,
timer: 1800, timer: 1800,
toast: true, toast: true,