Changed toast message

This commit is contained in:
2026-04-12 22:12:38 +01:00
parent 5ca9954b0b
commit 2d370b5630
@@ -44,9 +44,9 @@ export class ChallengeCardComponent {
color: 'success' color: 'success'
}); });
await toast.present(); await toast.present();
} catch(err) { } catch {
const toast = await this.toastCtrl.create({ const toast = await this.toastCtrl.create({
message: 'Impossible de déposer ta preuve', message: 'Tu as déjà déposé une preuve pour ce défi',
duration: 2000, duration: 2000,
color: 'danger' color: 'danger'
}); });