Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Ref #1938: Settings P3A Localization (#6497)
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Nov 28, 2022
1 parent 59f3e57 commit c7486f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/BraveShared/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4136,12 +4136,12 @@ extension Strings {
public struct P3A {
public static let settingTitle = NSLocalizedString(
"p3a.settingTitle", tableName: "BraveShared", bundle: .module,
value: "Product Analytics",
value: "Allow privacy-preserving product analytics (P3A)",
comment: "The title for the setting that will allow a user to toggle sending privacy preserving analytics to Brave.")

public static let settingSubtitle = NSLocalizedString(
"p3a.settingSubtitle", tableName: "BraveShared", bundle: .module,
value: "Share anonymous, private product insights. This helps us learn what Brave features are used most often.",
value: "Anonymised P3A info helps Brave estimate overall usage and ensure we're improving popular features.",
comment: "A subtitle shown on the setting that toggles analytics on Brave.")
}
}
Expand Down

0 comments on commit c7486f2

Please sign in to comment.