Skip to content

Commit

Permalink
Merge pull request #25491 from brave/ios-rewards-copy-change-2
Browse files Browse the repository at this point in the history
[iOS] Fix Rewards panel copy
  • Loading branch information
kylehickinson committed Sep 9, 2024
2 parents 4028d01 + 7138ea6 commit c24e9c4
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 c24e9c4

Please sign in to comment.