Skip to content

Commit

Permalink
Fix some copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 15, 2023
1 parent b844dcf commit 1585dcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo/UserText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
6 changes: 4 additions & 2 deletions DuckDuckGo/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 1585dcd

Please sign in to comment.