Minor text changes.
This commit is contained in:
parent
a5c7d13450
commit
d4e3275625
@ -213,7 +213,7 @@ render { wsUp, current_tab, authenticationForm, passwordRecoveryForm, newPasswor
|
|||||||
newpass_form =
|
newpass_form =
|
||||||
[ Bulma.h3 "You got the recovery mail and have a token"
|
[ Bulma.h3 "You got the recovery mail and have a token"
|
||||||
, Bulma.div_content
|
, 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
|
, render_new_password_form
|
||||||
]
|
]
|
||||||
|
@ -42,7 +42,7 @@ render :: forall m. State -> H.ComponentHTML Action () m
|
|||||||
render _ = HH.div_
|
render _ = HH.div_
|
||||||
[ Bulma.hero_danger
|
[ Bulma.hero_danger
|
||||||
"THIS IS A BETA RELEASE"
|
"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.section_small
|
||||||
[ Bulma.h1 "Welcome to netlib.re"
|
[ Bulma.h1 "Welcome to netlib.re"
|
||||||
, Bulma.subtitle "Free domain names for the common folks"
|
, Bulma.subtitle "Free domain names for the common folks"
|
||||||
@ -115,7 +115,7 @@ render _ = HH.div_
|
|||||||
the authentication (and authorization) daemon, used to authenticate
|
the authentication (and authorization) daemon, used to authenticate
|
||||||
clients through different services;
|
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
|
the dns manager daemon, used as an interactive database, allowing clients
|
||||||
to ask for domains, then handle the domain zones;
|
to ask for domains, then handle the domain zones;
|
||||||
|
Loading…
Reference in New Issue
Block a user