-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VPN landing pages locale fix (#15408)
* Remove reference to old VPN landing page FTL file (Fixes #15407) * Restore missing invite page strings
- Loading branch information
1 parent
6f96cb8
commit 8ca29f3
Showing
2 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
|
||
### URL: https://www-dev.allizom.org/products/vpn/invite/ | ||
|
||
vpn-landing-invite-page-title = Join the Waitlist: { -brand-name-mozilla-vpn } | ||
vpn-landing-invite-page-desc-v2 = Get notified when { -brand-name-mozilla-vpn } is available for your region. | ||
vpn-landing-invite-page-heading = Join the VPN Waitlist | ||
vpn-landing-invite-email-label = What is your email address? | ||
vpn-landing-invite-required-label = Required | ||
# Only localize "yourname". Do not change "@example.com". | ||
vpn-landing-invite-email-placeholder = [email protected] | ||
vpn-landing-invite-country-label = What country do you live in? | ||
vpn-landing-invite-language-label = Select your preferred language. | ||
# Variables: | ||
# $privacy (url) - link to https://www.mozilla.org/privacy/subscription-services/ | ||
vpn-landing-invite-privacy-policy = By clicking “Join the waitlist”, you agree to our <a href="{ $privacy }">Privacy Policy</a>. | ||
vpn-landing-invite-your-information = Your information will only be used to notify you about platform availability. | ||
vpn-landing-invite-thanks-heading = Thanks! You’re on the list | ||
vpn-landing-invite-thanks-desc = Once { -brand-name-mozilla-vpn } becomes available for your region, we’ll email you. |