Skip to content

Commit

Permalink
Bump VPN client system requirements for macOS and iOS (Fixes #14727) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Jul 8, 2024
1 parent 928a9f4 commit e3cb90a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions bedrock/products/templates/products/vpn/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h2>{{ ftl('vpn-download-for-windows-long') }}</h2>
<div class="platform-body">
<h2>{{ ftl('vpn-download-for-mac-long', fallback='vpn-download-for-mac') }}</h2>
<p class="current-platform-lede">{{ ftl('vpn-download-based-on-your') }}</p>
<p>{{ ftl('vpn-download-version-requirements', version='10.15') }}</p>
<p>{{ ftl('vpn-download-version-requirements', version='11.0') }}</p>
<a class="mzp-c-button" href="{{ url('products.vpn.mac-download') }}" data-cta-type="button" data-cta-text="VPN Download (macOS)" class="platform-download-link" data-testid="vpn-download-link-primary-mac">
{{ ftl('vpn-download-get-mozilla-vpn', fallback='vpn-shared-subscribe-link') }}
</a>
Expand Down Expand Up @@ -120,7 +120,7 @@ <h2>{{ ftl('vpn-download-for-linux-long', fallback='vpn-download-for-linux') }}<
<div class="platform-body">
<h2>{{ ftl('vpn-download-for-ios-long-v2', fallback='vpn-download-for-ios') }}</h2>
<p class="current-platform-lede">{{ ftl('vpn-download-based-on-your') }}</p>
<p>{{ ftl('vpn-download-version-requirements', version='13.0') }}</p>
<p>{{ ftl('vpn-download-version-requirements', version='14.0') }}</p>
<a href="{{ ios_download_url }}" data-cta-type="button" data-cta-text="VPN Download (iOS)" class="platform-download-link">
<img src="{{ static('img/products/vpn/download/apple-app-store-badge.svg') }}" alt=" {{ ftl('vpn-download-get-mozilla-vpn', fallback='vpn-shared-subscribe-link') }}">
</a>
Expand Down Expand Up @@ -165,7 +165,7 @@ <h2>{{ ftl('vpn-download-for-windows-v2') }}</h2>
</div>
<div class="platform-body">
<h2>{{ ftl('vpn-download-for-mac') }}</h2>
<p>{{ ftl('vpn-download-version-requirements', version='10.15') }}</p>
<p>{{ ftl('vpn-download-version-requirements', version='11.0') }}</p>
</div>
<a href="{{ url('products.vpn.mac-download') }}" data-cta-type="button" data-cta-text="VPN Download (macOS)" class="platform-download-link" data-testid="vpn-download-link-secondary-mac">
<span class="visually-hidden">{{ ftl('vpn-download-for-mac-long') }}</span>
Expand All @@ -191,7 +191,7 @@ <h2>{{ ftl('vpn-download-for-linux') }}</h2>
</div>
<div class="platform-body">
<h2>{{ ftl('vpn-download-for-ios') }}</h2>
<p>{{ ftl('vpn-download-version-requirements', version='13.0') }}</p>
<p>{{ ftl('vpn-download-version-requirements', version='14.0') }}</p>
</div>
<a href="{{ ios_download_url }}" data-cta-type="button" data-cta-text="VPN Download (iOS)" class="platform-download-link">
<span class="visually-hidden">{{ ftl('vpn-download-for-ios-long-v2') }}</span>
Expand Down
4 changes: 2 additions & 2 deletions bedrock/products/templates/products/vpn/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,13 +291,13 @@ <h3>{{ ftl('vpn-landing-faq-compatibility-question-heading') }}</h3>
</li>
<li>
{% set mac_url='href="%s"'|safe|format(url('products.vpn.platforms.mac')) %}
{{ ftl('vpn-landing-faq-compatibility-question-desc-mac-v4', url=mac_url, minversion='10.15') }}
{{ ftl('vpn-landing-faq-compatibility-question-desc-mac-v4', url=mac_url, minversion='11.0') }}
</li>
<li>
{{ ftl('vpn-landing-faq-compatibility-question-desc-android-v3', url=url('products.vpn.platforms.android')) }}
</li>
<li>
{{ ftl('vpn-landing-faq-compatibility-question-desc-ios-v4', url=url('products.vpn.platforms.ios'), version='13.0') }}
{{ ftl('vpn-landing-faq-compatibility-question-desc-ios-v4', url=url('products.vpn.platforms.ios'), version='14.0') }}
</li>
<li>
{{ ftl('vpn-landing-faq-compatibility-question-desc-linux-v4', url=url('products.vpn.platforms.linux')) }}
Expand Down

0 comments on commit e3cb90a

Please sign in to comment.