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

RGPD message

parent 3175cde4
...@@ -56,10 +56,10 @@ actionDeleteUserCpt = here.component "actionDeleteUser" cpt where ...@@ -56,10 +56,10 @@ actionDeleteUserCpt = here.component "actionDeleteUser" cpt where
pure $ pure $
Tools.panelNoFooter { mError: Nothing } Tools.panelNoFooter { mError: Nothing }
[ H.div { style: {margin: "10px"}} [ H.div { style: {margin: "10px"}}
[ H.text $ "Yes, we are RGPD compliant!" [ H.text $ "Yes, we are RGPD compliant."
<> " But you can not delete User Node yet." <> " But you can not delete User Node yourself yet."
<> " We are still on development." <> " We are developing it."
<> " Thanks for your comprehensin." <> " Thanks for your comprehension."
] ]
] ]
......
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