diff options
author | Minteck <contact@minteck.org> | 2022-03-27 22:02:31 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-03-27 22:02:31 +0200 |
commit | fedae5a246fcfc0617f68acdf6be48a36223197d (patch) | |
tree | 91ea9e7e8fdf9a198bd886ecfa34bfa1200d82dc /file | |
parent | bf8cf96143ceec9ab44a73ac0d78a22734128240 (diff) | |
download | share-fedae5a246fcfc0617f68acdf6be48a36223197d.tar.gz share-fedae5a246fcfc0617f68acdf6be48a36223197d.tar.bz2 share-fedae5a246fcfc0617f68acdf6be48a36223197d.zip |
Commit
Diffstat (limited to 'file')
-rw-r--r-- | file/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/file/index.php b/file/index.php index d185834..02bb773 100644 --- a/file/index.php +++ b/file/index.php @@ -49,7 +49,7 @@ function fallback() {if (true): ?> <body> <div style="margin-top:50px;text-align:center;padding-bottom:50px;" class="container"> - <img src="/icns/64/application-x-core.svg" width="64px"> + <img src="/icns/64/application-x-partial-download.svg" width="64px"> <h1><?= l("Fichier inconnu", "Unknown file") ?></h1> <p><?= l("Nous ne parvenons pas à trouver le fichier, il a peut-être été supprimé ou a expiré. Si vous avez entré le lien par vous même, vérifiez l'ortographe.", "We couldn't find this file, it may have expired or has been deleted. If you entered the link by yourself, please check for spelling mistakes.") ?></p> </div> |