diff --git a/DuckDuckGo/UserText.swift b/DuckDuckGo/UserText.swift index e745b658c9..016b6bcdd4 100644 --- a/DuckDuckGo/UserText.swift +++ b/DuckDuckGo/UserText.swift @@ -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") @@ -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") diff --git a/DuckDuckGo/en.lproj/Localizable.strings b/DuckDuckGo/en.lproj/Localizable.strings index abec05832e..49950796da 100644 --- a/DuckDuckGo/en.lproj/Localizable.strings +++ b/DuckDuckGo/en.lproj/Localizable.strings @@ -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"; @@ -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."; @@ -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.";