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:
authormattab <matthieu.aubry@gmail.com>2014-02-04 08:51:58 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-04 08:51:58 +0400
commit975d2ce2d6c66a8f6e10c98cd4151cda6883af46 (patch)
tree0a954f753b26cfc9fc52972a2ba6ee63d6a1a1c0 /plugins/SegmentEditor/templates
parentdb7d1b5bb0d1a760d757483c05ef516409c4002b (diff)
Refs #4569 Tweak to message + display as raw for segment names with entities to display ok
Diffstat (limited to 'plugins/SegmentEditor/templates')
-rw-r--r--plugins/SegmentEditor/templates/_segmentSelector.twig5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/SegmentEditor/templates/_segmentSelector.twig b/plugins/SegmentEditor/templates/_segmentSelector.twig
index f66dbf4e2b..f036a98976 100644
--- a/plugins/SegmentEditor/templates/_segmentSelector.twig
+++ b/plugins/SegmentEditor/templates/_segmentSelector.twig
@@ -146,8 +146,9 @@
</div>
<div class="ui-confirm" id="pleaseChangeBrowserAchivingDisabledSetting">
- <h2>{{ 'SegmentEditor_SegmentNotApplied'|translate(nameOfCurrentSegment) }}</h2>
- <p class="description">{{ 'SegmentEditor_SegmentNotAppliedExplanation'|translate(nameOfCurrentSegment) }}</p>
+ <h2>{{ 'SegmentEditor_SegmentNotApplied'|translate(nameOfCurrentSegment)|raw }}</h2>
+ {% set segmentSetting %}{{ 'SegmentEditor_AutoArchivePreProcessed'|translate }}{% endset %}
+ <p class="description">{{ 'SegmentEditor_SegmentNotAppliedExplanation'|translate(nameOfCurrentSegment, 'browser_archiving_disabled_enforce', segmentSetting)|raw }}</p>
<input role="yes" type="button" value="{{ 'General_Ok'|translate }}"/>
</div>