diff --git a/DuckDuckGo/UserText.swift b/DuckDuckGo/UserText.swift index c09d2b50ec..c35fd3a260 100644 --- a/DuckDuckGo/UserText.swift +++ b/DuckDuckGo/UserText.swift @@ -900,7 +900,7 @@ In addition to the details entered into this form, your app issue report will co static let networkProtectionWaitlistButtonEnableNotifications = NSLocalizedString("network-protection.waitlist.button.enable-notifications", value: "Enable Notifications", comment: "Enable Notifications button for Network Protection joined waitlist screen") static let networkProtectionWaitlistButtonJoinWaitlist = NSLocalizedString("network-protection.waitlist.button.join-waitlist", value: "Join the Waitlist", comment: "Join Waitlist button for Network Protection join waitlist screen") 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.join-waitlist", value: "I Have an Invite Code", comment: "Button title for users who already have an invite code") + 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") diff --git a/DuckDuckGo/en.lproj/Localizable.strings b/DuckDuckGo/en.lproj/Localizable.strings index 55a020d823..d02b9c644d 100644 --- a/DuckDuckGo/en.lproj/Localizable.strings +++ b/DuckDuckGo/en.lproj/Localizable.strings @@ -1447,8 +1447,10 @@ https://duckduckgo.com/mac"; /* Enable Notifications button for Network Protection joined waitlist screen */ "network-protection.waitlist.button.enable-notifications" = "Enable Notifications"; -/* Button title for users who already have an invite code - Join Waitlist button for Network Protection join waitlist screen */ +/* Button title for users who already have an invite code */ +"network-protection.waitlist.button.existing-invite-code" = "I Have an Invite Code"; + +/* Join Waitlist button for Network Protection join waitlist screen */ "network-protection.waitlist.button.join-waitlist" = "Join the Waitlist"; /* Button title text for the Network Protection waitlist confirmation prompt */