Skip to content

Commit

Permalink
Dev Text fixes for privacy policy - unified naming
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Aug 30, 2022
1 parent 364df0d commit a5a7efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/survey/vanilla/config.xml
Expand Up @@ -336,7 +336,7 @@
<surveyls_url type="data" twig="on">"https://www.limesurvey.org/"</surveyls_url>
<surveyls_urldescription type="data" twig="on"><![CDATA[ gT("Some URL description") ]]></surveyls_urldescription>
<showsurveypolicynotice>2</showsurveypolicynotice>
<datasecurity_notice_label type="data" twig="on"><![CDATA[ <a href='#data-security-modal-' data-toggle='collapse'> {{ gT('Show Policy') }} </a> ]]></datasecurity_notice_label>
<datasecurity_notice_label type="data" twig="on"><![CDATA[ <a href='#data-security-modal-' data-toggle='collapse'> {{ gT('Show privacy policy') }} </a> ]]></datasecurity_notice_label>
<datasecurity_notice type="data" twig="on"><![CDATA[ {{ gT("Your privacy policy text is shown here.") }} ]]></datasecurity_notice>
</survey>
<group type="core">
Expand Down

0 comments on commit a5a7efd

Please sign in to comment.