diff --git a/templates/account/blocks.tpl b/templates/account/blocks.tpl index 3827411c..8a1be32c 100644 --- a/templates/account/blocks.tpl +++ b/templates/account/blocks.tpl @@ -1,17 +1,17 @@
[[user:consent.lead]]
-[[user:consent.intro]]
+{{tx("user:consent.lead")}}
+{{tx("user:consent.intro")}}
[[user:consent.email-intro]]
+{{tx("user:consent.email-intro")}}
{{{ if digest.enabled }}} -[[user:consent.digest-frequency, {digest.frequency}]]
+{{tx("user:consent.digest-frequency", digest.frequency)}}
{{{ else }}} -[[user:consent.digest-off]]
+{{tx("user:consent.digest-off")}}
{{{ end }}}[[user:consent.right-of-access]]
-[[user:consent.right-of-access-description]]
-[[user:consent.right-to-rectification]]
-[[user:consent.right-to-rectification-description]]
-[[user:consent.right-to-erasure]]
-[[user:consent.right-to-erasure-description]]
-[[user:consent.right-to-data-portability]]
-[[user:consent.right-to-data-portability-description]]
+{{tx("user:consent.right-of-access")}}
+{{tx("user:consent.right-of-access-description")}}
+{{tx("user:consent.right-to-rectification")}}
+{{tx("user:consent.right-to-rectification-description")}}
+{{tx("user:consent.right-to-erasure")}}
+{{tx("user:consent.right-to-erasure-description")}}
+{{tx("user:consent.right-to-data-portability")}}
+{{tx("user:consent.right-to-data-portability-description")}}