Update French error message in showFileInfo function
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user