Commit d1447204 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[TYPO]

parent 45f16a87
......@@ -349,7 +349,7 @@ panelAction :: (Action -> Aff Unit)
-> R.Element
panelAction d {id,name,nodeType,action, session} p = case action of
(Just (Documentation NodeUser)) -> R.fragment [H.div {} [ H.p {} [ H.text "This account is personal"]
, H.p {} [ H.text "Its uses depends on the instances terms of uses."]
, H.p {} [ H.text "See the instances terms of uses."]
]
]
(Just (Documentation FolderPrivate)) -> R.fragment [H.div {} [H.text $ "This folder and its children are private only!"]]
......
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