Skip to content

Commit

Permalink
Fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Jan 11, 2024
1 parent 43d53e4 commit f9f1c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/UserText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ But if you *do* want a peek under the hood, you can find more information about

public static let settingsPProLearnMore = NSLocalizedString("settings.ppro.learn.more", value: "Learn More", comment: "Learn more button text for privacy pro")

public static let settingsPProManageSubscription = NSLocalizedString("settings.ppro.manage", value: "Manage Subscription", comment: "Manage Subscription button text for privacy pro")
public static let settingsPProManageSubscription = NSLocalizedString("settings.ppro.manage", value: "Subscription Settings", comment: "Subscription Settings button text for privacy pro")

public static let settingsPProVPNTitle = NSLocalizedString("settings.ppro.VPN.title", value: "VPN (Virtual Private Network", comment: "VPN cell title for privacy pro")
public static let settingsPProDBPTitle = NSLocalizedString("settings.ppro.DBP.title", value: "Personal Information Removal", comment: "Data Broker protection cell title for privacy pro")
Expand Down

0 comments on commit f9f1c7d

Please sign in to comment.