Skip to content

Commit

Permalink
Dev: move t to gT function for translation update
Browse files Browse the repository at this point in the history
Dev: it's translated today because we still have deprecated view file
Dev: https://github.com/LimeSurvey/LimeSurvey/blob/master/application/views/survey/system/privacy/message.php
  • Loading branch information
Shnoulle committed Nov 7, 2018
1 parent 20ed3bf commit c8a4492
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions themes/survey/vanilla/views/subviews/privacy/privacy.twig
Expand Up @@ -29,14 +29,12 @@
<div>
<p class="{{ aSurveyInfo.class.privacybody }}" {{ aSurveyInfo.attr.privacybody }}>
{{
"The record of your survey responses does not contain any identifying information about you, unless a specific survey question explicitly asked for it."
| t
gT("The record of your survey responses does not contain any identifying information about you, unless a specific survey question explicitly asked for it.")
}}
</p>
<p class="{{ aSurveyInfo.class.privacybody }}">
{{
"If you used an identifying token to access this survey, please rest assured that this token will not be stored together with your responses. It is managed in a separate database and will only be updated to indicate whether you did (or did not) complete this survey. There is no way of matching identification tokens with survey responses."
| t
gT("If you used an identifying token to access this survey, please rest assured that this token will not be stored together with your responses. It is managed in a separate database and will only be updated to indicate whether you did (or did not) complete this survey. There is no way of matching identification tokens with survey responses.")
}}
</p>
</div>
Expand All @@ -51,4 +49,4 @@
{% endif %}
{% endblock %}
</div>
</div>
</div>

0 comments on commit c8a4492

Please sign in to comment.