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:
authordizzy <diosmosis@users.noreply.github.com>2022-03-29 20:58:20 +0300
committerGitHub <noreply@github.com>2022-03-29 20:58:20 +0300
commit87a7af9fcaf4701caa97595532376578c90ea685 (patch)
tree0d4a10802f5c76f554f570dc9b16fbec92df8f5c /plugins/CoreUpdater
parent87c758d3cff67bb0647d9874ba68408ddf918082 (diff)
[Vue] Migrate the matomo-anonymize-log-data directive (#18985)
* start conversion * finish migrating anonymize log data * fixing UI tests * fix input bindings * get to workin UI * try to fix test Co-authored-by: sgiehl <stefan@matomo.org>
Diffstat (limited to 'plugins/CoreUpdater')
-rw-r--r--plugins/CoreUpdater/templates/updateSuccess.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreUpdater/templates/updateSuccess.twig b/plugins/CoreUpdater/templates/updateSuccess.twig
index 818c537f50..0b7fb02087 100644
--- a/plugins/CoreUpdater/templates/updateSuccess.twig
+++ b/plugins/CoreUpdater/templates/updateSuccess.twig
@@ -22,7 +22,7 @@
<div class="row">
<div class="col s5 offset-s1">
- <a href="https://matomo.org/support-plans/?pk_medium=Update_Success_button&pk_source=Matomo_App&pk_campaign=App_Updated" class="btn btn-block">{{ 'CoreUpdater_ServicesSupport'|translate }}</a>
+ <a href="https://matomo.org/support-plans/?pk_medium=Update_Success_button&pk_source=Matomo_App&pk_campaign=App_Updated" class="btn btn-block">{{ 'CoreUpdater_ServicesSupport'|translate|raw }}</a>
</div>
<div class="col s5">
<a href="https://matomo.org/hosting/?pk_medium=App_Cloud_button&pk_source=Matomo_App&pk_campaign=App_Updated" class="btn btn-block">{{ 'CoreUpdater_CloudHosting'|translate }}</a>