From 43aae4e1331da22cc3912971251a08b6c217df60 Mon Sep 17 00:00:00 2001 From: devthejo Date: Sun, 8 Mar 2026 20:42:54 +0100 Subject: [PATCH] fix(dae): update error message --- src/scenes/DAEList/Liste.js | 2 +- src/stores/defibs.js | 23 ++++++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/src/scenes/DAEList/Liste.js b/src/scenes/DAEList/Liste.js index 18138c6..9dd4865 100644 --- a/src/scenes/DAEList/Liste.js +++ b/src/scenes/DAEList/Liste.js @@ -70,7 +70,7 @@ function EmptyError({ error, onRetry }) { ]} > Impossible de charger les défibrillateurs.{"\n"} - {error?.message || "Veuillez réessayer."} + Veuillez réessayer ultérieurement. {onRetry && (