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 Title Case (#6540)
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel authored and Brandon-T committed Dec 13, 2022
1 parent 16340da commit b7d6bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BraveShared/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4238,7 +4238,7 @@ extension Strings {
public struct P3A {
public static let settingTitle = NSLocalizedString(
"p3a.settingTitle", tableName: "BraveShared", bundle: .module,
value: "Allow privacy-preserving product analytics (P3A)",
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(
Expand Down

0 comments on commit b7d6bfb

Please sign in to comment.