Update VPN variation to include months (#10463)

This commit is contained in:
Reem H 2021-09-16 17:05:34 -04:00 коммит произвёл GitHub
Родитель d062058eac
Коммит 2e8ac72d27
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -7,7 +7,7 @@
{% block hero_cta_change %}
<div class="vpn-pricing-offer">
{% set price = 'Get Mozilla VPN for ' + vpn_monthly_price(plan='12-month', lang=LANG) %}
{% set price = 'Get Mozilla VPN for ' + vpn_monthly_price(plan='12-month', lang=LANG) + '*' %}
{{ vpn_subscribe_link(
entrypoint=_utm_source,
@ -25,7 +25,7 @@
}
) }}
<p>
<a href="#pricing" data-cta-type="button"data-cta-position="primary"data-cta-text="Scroll to pricing">View all pricing plans</a>
*For a 12-month plan. <a href="#pricing" data-cta-type="button" data-cta-position="primary" data-cta-text="Scroll to pricing">View all pricing plans</a>
</p>
</div>

Просмотреть файл

@ -34,7 +34,7 @@
};
// Avoid entering automated tests into random experiments.
if (href.indexOf('automation=true') === -1) {
if (href.indexOf('automation=true') === -1 && href.indexOf('utm_medium=cpc') === -1) {
initTrafficCop();
}