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:
authorThomas Steur <tsteur@users.noreply.github.com>2019-07-03 13:56:19 +0300
committerGitHub <noreply@github.com>2019-07-03 13:56:19 +0300
commit0969b1dc1b2c27f34a638db93b216a705f6b2cdc (patch)
treea72472d046f312d8b61275fc5aa192ca4e67fbaf /plugins/CoreHome/templates
parent8b7b4b2a40d25dc5011ae30b6423af360e0aa208 (diff)
Remove "open source web analytics" tooltip in app logo when a custom logo is uploaded (#14620)
refs DEV-1702 This way it won't be shown when using eg white label etc.
Diffstat (limited to 'plugins/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/_logo.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/_logo.twig b/plugins/CoreHome/templates/_logo.twig
index d787ab9657..8863c79c16 100644
--- a/plugins/CoreHome/templates/_logo.twig
+++ b/plugins/CoreHome/templates/_logo.twig
@@ -1,7 +1,7 @@
<span id="logo" class="logo brand-logo {% if centeredLogo is defined and centeredLogo %}center{% endif %}">
{% if logoLink is not defined or logoLink is not empty %}
<a href="{{ logoLink|default('index.php') }}" tabindex="-1"
- title="{% if isCustomLogo %}{{ 'General_PoweredBy'|translate }} {% endif %}Matomo # {{ 'General_OpenSourceWebAnalytics'|translate }}"
+ title="{% if isCustomLogo %}{{ 'General_PoweredBy'|translate }} {% endif %}Matomo{% if not isCustomLogo %} # {{ 'General_OpenSourceWebAnalytics'|translate }}{% endif %}"
>
{% endif %}
{% if hasSVGLogo %}