Skip to content

Commit

Permalink
Update copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 16, 2023
1 parent d8d83a4 commit ae5065c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DuckDuckGo/UserText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -890,10 +890,10 @@ But if you *do* want a peek under the hood, you can find more information about
static let networkProtectionWaitlistJoinedWithNotificationsSubtitle1 = NSLocalizedString("network-protection.waitlist.joined.with-notifications.subtitle.1", value: "New invites are sent every few days, on a first come, first served basis.", comment: "Subtitle 1 for Network Protection joined waitlist screen when notifications are enabled")
static let networkProtectionWaitlistJoinedWithNotificationsSubtitle2 = NSLocalizedString("network-protection.waitlist.joined.with-notifications.subtitle.2", value: "We’ll notify you when your invite is ready.", comment: "Subtitle 2 for Network Protection joined waitlist screen when notifications are enabled")

static let networkProtectionWaitlistNotificationTitle = NSLocalizedString("network-protection.waitlist.notification.title", value: "Network Protection beta is ready!", comment: "Title for Network Protection waitlist notification")
static let networkProtectionWaitlistNotificationTitle = NSLocalizedString("network-protection.waitlist.notification.title", value: "Network Protection early access is ready!", comment: "Title for Network Protection waitlist notification")
static let networkProtectionWaitlistNotificationText = NSLocalizedString("network-protection.waitlist.notification.text", value: "Open your invite", comment: "Title for Network Protection waitlist notification")

static let networkProtectionWaitlistInvitedTitle = NSLocalizedString("network-protection.waitlist.invited.title", value: "You’re invited to try\nNetwork Protection beta!", comment: "Title for Network Protection invited screen")
static let networkProtectionWaitlistInvitedTitle = NSLocalizedString("network-protection.waitlist.invited.title", value: "You’re invited to try\nNetwork Protection early access!", comment: "Title for Network Protection invited screen")
static let networkProtectionWaitlistInvitedSubtitle = NSLocalizedString("network-protection.waitlist.invited.subtitle", value: "Get an extra layer of protection online with the VPN built for speed and simplicity. Encrypt your internet connection across your entire device and hide your location and IP address from sites you visit.", comment: "Subtitle for Network Protection invited screen")

static let networkProtectionWaitlistInvitedSection1Title = NSLocalizedString("network-protection.waitlist.invited.section-1.title", value: "Full-device coverage", comment: "Title for section 1 of the Network Protection invited screen")
Expand All @@ -910,7 +910,7 @@ But if you *do* want a peek under the hood, you can find more information about
static let networkProtectionWaitlistButtonAgreeAndContinue = NSLocalizedString("network-protection.waitlist.button.agree-and-continue", value: "Agree and Continue", comment: "Agree and Continue button for Network Protection join waitlist screen")
static let networkProtectionWaitlistButtonExistingInviteCode = NSLocalizedString("network-protection.waitlist.button.existing-invite-code", value: "I Have an Invite Code", comment: "Button title for users who already have an invite code")

static let networkProtectionWaitlistAvailabilityDisclaimer = NSLocalizedString("network-protection.waitlist.availability-disclaimer", value: "Network Protection is free to use during the beta.", comment: "Availability disclaimer for Network Protection join waitlist screen")
static let networkProtectionWaitlistAvailabilityDisclaimer = NSLocalizedString("network-protection.waitlist.availability-disclaimer", value: "Network Protection is free to use during early access.", comment: "Availability disclaimer for Network Protection join waitlist screen")

static let networkProtectionPrivacyPolicyTitle = NSLocalizedString("network-protection.privacy-policy.title", value: "Privacy Policy", comment: "Privacy Policy title for Network Protection")

Expand Down
6 changes: 3 additions & 3 deletions DuckDuckGo/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ https://duckduckgo.com/mac";
"network-protection.waitlist.agree-and-continue" = "Agree and Continue";

/* Availability disclaimer for Network Protection join waitlist screen */
"network-protection.waitlist.availability-disclaimer" = "Network Protection is free to use during the beta.";
"network-protection.waitlist.availability-disclaimer" = "Network Protection is free to use during early access.";

/* Agree and Continue button for Network Protection join waitlist screen */
"network-protection.waitlist.button.agree-and-continue" = "Agree and Continue";
Expand Down Expand Up @@ -1478,7 +1478,7 @@ https://duckduckgo.com/mac";
"network-protection.waitlist.invited.subtitle" = "Get an extra layer of protection online with the VPN built for speed and simplicity. Encrypt your internet connection across your entire device and hide your location and IP address from sites you visit.";

/* Title for Network Protection invited screen */
"network-protection.waitlist.invited.title" = "You’re invited to try\nNetwork Protection beta!";
"network-protection.waitlist.invited.title" = "You’re invited to try\nNetwork Protection early access!";

/* First subtitle for Network Protection join waitlist screen */
"network-protection.waitlist.join.subtitle.1" = "Secure your connection anytime, anywhere with Network Protection, the VPN from DuckDuckGo.";
Expand All @@ -1505,7 +1505,7 @@ https://duckduckgo.com/mac";
"network-protection.waitlist.notification.text" = "Open your invite";

/* Title for Network Protection waitlist notification */
"network-protection.waitlist.notification.title" = "Network Protection beta is ready!";
"network-protection.waitlist.notification.title" = "Network Protection early access is ready!";

/* Message for the network protection invite dialog */
"network.protection.invite.dialog.message" = "Enter your invite code to get started.";
Expand Down

0 comments on commit ae5065c

Please sign in to comment.