# HG changeset patch # User Thomas De Schampheleire <[email protected]> # Date 1552941272 -3600 # Mon Mar 18 21:34:32 2019 +0100 # Node ID 9d972ac5437b418e4fbfa3a382d51f79baabe111 # Parent 927b7934b86706b9acdb16bd2a67b825f0ef3830 admin: remove named references to web analytics services
Étienne Gilli mentioned via a Weblate comment that Piwik is now Matomo ( https://matomo.org/blog/2018/01/piwik-is-now-matomo/ ), and suggested changing the string in the code base. But in fact, there is no real reason to mention any one service. In fact, since the Kallithea project does not endorse any service, it is better to not list anything. diff --git a/kallithea/templates/admin/settings/settings_global.html b/kallithea/templates/admin/settings/settings_global.html --- a/kallithea/templates/admin/settings/settings_global.html +++ b/kallithea/templates/admin/settings/settings_global.html @@ -22,7 +22,7 @@ <span class="help-block">${_('HTML (possibly with \ JavaScript and/or CSS) that will be added to the bottom \ of every page. This can be used for web analytics \ - systems like Google Analytics or Piwik, but also to \ + systems, but also to \ perform instance-specific customizations like adding a \ project banner at the top of every page.')}</span> </div> _______________________________________________ kallithea-general mailing list [email protected] https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
