From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Mon, 21 May 2018 04:02:49 +0000 (+0200)
Subject: forgot to rename vars in TOS template
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=becd9b4879951ae1a15e7015283b9c2d7470cb93;p=friendica.git

forgot to rename vars in TOS template
---

diff --git a/view/templates/tos.tpl b/view/templates/tos.tpl
index 2355678988..8692c7e940 100644
--- a/view/templates/tos.tpl
+++ b/view/templates/tos.tpl
@@ -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}}