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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-11-25 01:46:30 +0300
committerGitHub <noreply@github.com>2016-11-25 01:46:30 +0300
commit6f297b9c38e741b0a41ce37c6897b27a6a9243bf (patch)
tree23b240348a5dfcd9e1d6d5c6f956826e55f07506 /plugins/Marketplace/templates
parentf7d0b00be083fb5634c87b8c22152ec55984e95d (diff)
Typo in config setting name "enable_auto_update"
Diffstat (limited to 'plugins/Marketplace/templates')
-rw-r--r--plugins/Marketplace/templates/plugin-details.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Marketplace/templates/plugin-details.twig b/plugins/Marketplace/templates/plugin-details.twig
index bed0a19d14..f2b2726a30 100644
--- a/plugins/Marketplace/templates/plugin-details.twig
+++ b/plugins/Marketplace/templates/plugin-details.twig
@@ -63,7 +63,7 @@
{% if isMultiServerEnvironment %}
<div class="alert alert-warning">{{ 'Marketplace_MultiServerEnvironmentWarning'|translate }}</div>
{% elseif not isAutoUpdateEnabled %}
- <div class="alert alert-warning">{{ 'Marketplace_AutoUpdateDisabledWarning'|translate("'[General]enable_auto_updates=1'", "'config/config.ini.php'") }}</div>
+ <div class="alert alert-warning">{{ 'Marketplace_AutoUpdateDisabledWarning'|translate("'[General]enable_auto_update=1'", "'config/config.ini.php'") }}</div>
{% endif %}
{% endif %}