diff --git a/src/App/Page/Authentication.purs b/src/App/Page/Authentication.purs index 144cb71..893a703 100644 --- a/src/App/Page/Authentication.purs +++ b/src/App/Page/Authentication.purs @@ -213,7 +213,7 @@ render { wsUp, current_tab, authenticationForm, passwordRecoveryForm, newPasswor newpass_form = [ Bulma.h3 "You got the recovery mail and have a token" , Bulma.div_content - [ Bulma.p "Nice! You get to chose your new password." + [ Bulma.p "Nice! You get to choose your new password." ] , render_new_password_form ] diff --git a/src/App/Page/Home.purs b/src/App/Page/Home.purs index 3733da4..81dee30 100644 --- a/src/App/Page/Home.purs +++ b/src/App/Page/Home.purs @@ -42,7 +42,7 @@ render :: forall m. State -> H.ComponentHTML Action () m render _ = HH.div_ [ Bulma.hero_danger "THIS IS A BETA RELEASE" - "You can register, login and play a bit with the tool! Please, report errors and suggestions" + "You can register, login and play a bit with the tool. Feel free to report errors and suggestions!" , Bulma.section_small [ Bulma.h1 "Welcome to netlib.re" , Bulma.subtitle "Free domain names for the common folks" @@ -115,7 +115,7 @@ render _ = HH.div_ the authentication (and authorization) daemon, used to authenticate clients through different services; """ - , link "https://git.baguette.netlib.re/Baguette/dnsmanagerd" "dnsmanagerd" + , link "https://git.baguette.netlib.re/Baguette/dnsmanager" "dnsmanagerd" """ the dns manager daemon, used as an interactive database, allowing clients to ask for domains, then handle the domain zones;