Skip to content

Commit

Permalink
[iOS] Fix Rewards panel copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed Sep 9, 2024
1 parent f6000c6 commit 61a36d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ extension BraveRewardsViewController {
$0.text = Strings.Rewards.disabledBody
$0.textColor = .secondaryBraveLabel
$0.font = .systemFont(ofSize: 12)
$0.numberOfLines = 0
}

let publisherView = BraveRewardsPublisherView().then {
Expand Down
2 changes: 1 addition & 1 deletion ios/brave-ios/Sources/BraveStrings/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8349,7 +8349,7 @@ extension Strings {
"rewards.enabledStatusBody",
tableName: "BraveShared",
bundle: .module,
value: "Thank you for helping support Brave and the BAT Community!",
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)"
)
Expand Down

0 comments on commit 61a36d4

Please sign in to comment.