Commit 78e7269d authored by Alexandre Delanoë's avatar Alexandre Delanoë

[TEXT] Fix some text typos.

parent 642ec3dd
...@@ -223,15 +223,15 @@ loginSpec = simpleSpec performAction render ...@@ -223,15 +223,15 @@ loginSpec = simpleSpec performAction render
hr [] [] hr [] []
, footer [] , footer []
[ p [] [ p []
[ text "Gargantext" [ text "Gargantext "
, span [className "glyphicon glyphicon-registration-mark" ] , span [className "glyphicon glyphicon-registration-mark" ]
[] []
, text ", version 3.0.6.9.4," , text ", version 3.1"
, a [ href "http://www.cnrs.fr", target "blank", title "Institution that enables this project." ] , a [ href "http://www.cnrs.fr", target "blank", title "Institution that enables this project." ]
[ text "Copyrights" [ text ", Copyrights "
, span [ className "glyphicon glyphicon-copyright-mark" ] , span [ className "glyphicon glyphicon-copyright-mark" ]
[] []
, text "CNRS 2017" , text " CNRS 2017"
] ]
, a [ href "http://gitlab.iscpif.fr/humanities/gargantext/blob/stable/LICENSE", target "blank", title "Legal instructions of the project." ] , a [ href "http://gitlab.iscpif.fr/humanities/gargantext/blob/stable/LICENSE", target "blank", title "Legal instructions of the project." ]
[ text ", Licences aGPLV3 and CECILL variant Affero compliant" ] [ text ", Licences aGPLV3 and CECILL variant Affero compliant" ]
......
...@@ -100,7 +100,7 @@ renderSpec = simpleSpec performAction render ...@@ -100,7 +100,7 @@ renderSpec = simpleSpec performAction render
] ]
, p [className "text-muted"] , p [className "text-muted"]
[ text $ "Login to your account or", [ text $ "Login to your account or",
a [ target "blank",href "https://iscpif.fr/services/applyforourservices/"] [text "ask to get an access"] a [ target "blank",href "https://iscpif.fr/services/applyforourservices/"] [text " ask to get an access"]
] ]
] ]
, div [] , div []
...@@ -123,7 +123,7 @@ renderSpec = simpleSpec performAction render ...@@ -123,7 +123,7 @@ renderSpec = simpleSpec performAction render
[ input [_id "terms-accept", _type "checkbox", value "", className "checkbox"] [ input [_id "terms-accept", _type "checkbox", value "", className "checkbox"]
[ [
] ]
, text "I accept the terms of uses", , text "I accept the terms of uses ",
a [href "http://gitlab.iscpif.fr/humanities/tofu/tree/master"] [text "[Read the terms of use]"] a [href "http://gitlab.iscpif.fr/humanities/tofu/tree/master"] [text "[Read the terms of use]"]
] ]
, button [_id "login-button",className "btn btn-primary btn-rounded", _type "submit", onClick \_ -> dispatch $ Login] [text "Login"] , button [_id "login-button",className "btn btn-primary btn-rounded", _type "submit", onClick \_ -> dispatch $ Login] [text "Login"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment