Correction orthographique

This commit is contained in:
Damien Broqua 2022-04-10 15:27:51 +02:00
parent 48c997ae10
commit e8f91288fc

View File

@ -239,7 +239,7 @@
window.location.href = '/ma-collection';
})
.catch((err) => {
showToastr(err.response?.data?.message || "Impossible d'ajouter ce album pour le moment…");
showToastr(err.response?.data?.message || "Impossible d'ajouter cet album pour le moment…");
});
},
}