]> git.mxchange.org Git - friendica.git/commitdiff
forgot to rename vars in TOS template
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 21 May 2018 04:02:49 +0000 (06:02 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 21 May 2018 04:02:49 +0000 (06:02 +0200)
view/templates/tos.tpl

index 2355678988d3f5f895bbf2a9e4d6dbb30c11077a..8692c7e940acb415e110d0ae77b0eaafe43500b5 100644 (file)
@@ -4,8 +4,8 @@
 
 {{if $displayprivstatement}}
 <h2>{{$privstatementtitle}}</h2>
-<p>{{$privoperate}}</p>
-<p>{{$privdistribute}}</p>
-<p>{{$privdelete}}</p>
+<p>{{$privacy_operate}}</p>
+<p>{{$privacy_distribute}}</p>
+<p>{{$privacy_delete}}</p>
 {{/if}}