From 55da4859f33dcc971d9704d4086a762e69859242 Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Wed, 8 Jan 2025 15:15:37 +0100 Subject: [PATCH] fix: typo --- src/Views/Page.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/Page.elm b/src/Views/Page.elm index 2982159e6..cb107bcae 100644 --- a/src/Views/Page.elm +++ b/src/Views/Page.elm @@ -469,7 +469,7 @@ notificationView { closeNotification } notification = Vous aurez peut-être besoin de vous [réauthentifier](/#/auth/) sur la plateforme. """ , details [] - [ summary [] [ text "Afficher les détails technique de l'erreur" ] + [ summary [] [ text "Afficher les détails techniques de l'erreur" ] , pre [] [ text <| Decode.errorToString decodeError ] ] ]