From 86d50149e98508cc69c6485b3ac395e2871b6287 Mon Sep 17 00:00:00 2001 From: Fil Date: Tue, 3 Jun 2014 00:04:21 +0200 Subject: [PATCH] typo ("Connnect") --- Assistant/WebApp/Configurators/Edit.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/WebApp/Configurators/Edit.hs b/Assistant/WebApp/Configurators/Edit.hs index b6e63a66c8..c8113d18dc 100644 --- a/Assistant/WebApp/Configurators/Edit.hs +++ b/Assistant/WebApp/Configurators/Edit.hs @@ -289,7 +289,7 @@ connectionNeeded = whenM noconnection $ do void $ liftAssistant $ do close <- asIO1 removeAlert addAlert $ connectionNeededAlert $ AlertButton - { buttonLabel = "Connnect" + { buttonLabel = "Connect" , buttonUrl = urlrender ConnectionNeededR , buttonAction = Just close , buttonPrimary = True