Skip to content

Commit

Permalink
[iOS] Updates Rewards panel copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed Sep 6, 2024
1 parent 321aba7 commit c6b69d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ios/brave-ios/Sources/BraveStrings/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8321,21 +8321,21 @@ extension Strings {
"rewards.enabledBody",
tableName: "BraveShared",
bundle: .module,
value: "You are helping support content creators",
value: "You are helping support Brave and the BAT community.",
comment: "Displayed when Brave Rewards is enabled"
)
public static let disabledBody = NSLocalizedString(
"rewards.disabledBody",
tableName: "BraveShared",
bundle: .module,
value: "Turn on to help support content creators",
value: "Turn on to help support Brave and the BAT community.",
comment: "Displayed when Brave Rewards is disabled"
)
public static let supportingPublisher = NSLocalizedString(
"rewards.supportingPublisher",
tableName: "BraveShared",
bundle: .module,
value: "You are helping support content creators like this one.",
value: "This content creator is verified with Brave Creators",
comment: "Displayed under verified publishers"
)
public static let unverifiedPublisher = NSLocalizedString(
Expand All @@ -8349,15 +8349,15 @@ extension Strings {
"rewards.enabledStatusBody",
tableName: "BraveShared",
bundle: .module,
value: "Thank you for helping support content creators as you browse!",
value: "Thank you for helping support Brave and the BAT Community!",
comment:
"Displayed in the status container when rewards is enabled but you're not currently supporting any publishers (0 AC count)"
)
public static let disabledStatusBody = NSLocalizedString(
"rewards.disabledStatusBody",
tableName: "BraveShared",
bundle: .module,
value: "Using Brave Rewards helps support content creators as you browse.",
value: "Using Brave Rewards helps support Brave and the BAT community.",
comment: "Displayed in the status container when rewards is disabled"
)
public static let totalSupportedCount = NSLocalizedString(
Expand All @@ -8379,7 +8379,7 @@ extension Strings {
tableName: "BraveShared",
bundle: .module,
value:
"Support content creators and publishers automatically by enabling Brave Private Ads. Brave Private Ads are privacy-respecting ads that give back to content creators.",
"Help support Brave and the BAT community by enabling Brave Rewards and seeing Brave Ads.",
comment: ""
)
public static let onProviderText = NSLocalizedString(
Expand Down

0 comments on commit c6b69d2

Please sign in to comment.