mirror of https://github.com/xwiki-labs/cryptpad
fix missing section in privacy policy
This commit is contained in:
parent
3fcdbcdbc5
commit
1452d65bd4
|
@ -350,7 +350,7 @@ define([
|
||||||
h('div.container.cp-container', [
|
h('div.container.cp-container', [
|
||||||
h('center', h('h1', Msg.policy_title)),
|
h('center', h('h1', Msg.policy_title)),
|
||||||
h('h2', Msg.policy_whatweknow),
|
h('h2', Msg.policy_whatweknow),
|
||||||
h('p', Msg.policywhatweknow_p1),
|
setHTML(h('p'), Msg.policy_whatweknow_p1),
|
||||||
|
|
||||||
h('h2', Msg.policy_howweuse),
|
h('h2', Msg.policy_howweuse),
|
||||||
h('p', Msg.policy_howweuse_p1),
|
h('p', Msg.policy_howweuse_p1),
|
||||||
|
|
Loading…
Reference in New Issue