Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DBStats/templates')
-rwxr-xr-xplugins/DBStats/templates/index.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DBStats/templates/index.twig b/plugins/DBStats/templates/index.twig
index 70f4706695..8e6e2a07fe 100755
--- a/plugins/DBStats/templates/index.twig
+++ b/plugins/DBStats/templates/index.twig
@@ -28,8 +28,8 @@
<p>
{{ 'PrivacyManager_DeleteDataDescription'|translate }}
<br/>
- <a href='{{ url({'module':"PrivacyManager",'action':"privacySettings"}) }}#deleteLogsAnchor'>
- {{ 'PrivacyManager_ClickHereSettings'|translate("'"+clickDeleteLogSettings+"'") }}
+ <a href='{{ linkTo({'module':"PrivacyManager",'action':"privacySettings"}) }}#deleteLogsAnchor'>
+ {{ 'PrivacyManager_ClickHereSettings'|translate("'"~clickDeleteLogSettings~"'") }}
</a>
</p>
</td>