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

Commit

Permalink
Fix #2180: Update copy of verify wallet onboarding page
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed Jan 13, 2020
1 parent f16e820 commit c71fdf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 2 additions & 3 deletions BraveRewardsUI/Localized Strings/Strings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,8 @@ internal extension Strings {

static let DisabledAutoContributeMessage = NSLocalizedString("DisabledAutoContributeMessage", bundle: Bundle.RewardsUI, value: "Reward creators for the content you love. Your monthly payment gets distributed across the sites you visit.", comment: "Message that is displayed when user disables auto-contribute")
static let DisabledAdsMessage = NSLocalizedString("DisabledAdsMessage", bundle: Bundle.RewardsUI, value: "Earnings are paid every month. Set your desired frequency to increase or decrease earnings.", comment: "Message that is displayed when user disables ads")
static let UserWalletOnboardingTitle = NSLocalizedString("UserWalletTitle", bundle: Bundle.RewardsUI, value: "Ready to verify your Wallet?", comment: "The title of the user wallet onboarding screen")
static let UserWalletOnboardingSubtitle = NSLocalizedString("UserWalletOnboardingSubtitle", bundle: Bundle.RewardsUI, value: "Verification is not necessarry to earn rewards for creator contributions", comment: "The subtitle of the user wallet onboarding screen")
static let UserWalletOnboardingBenefitsTitle = NSLocalizedString("UserWalletOnboardingBenefitsTitle", bundle: Bundle.RewardsUI, value: "Benefits of verifying", comment: "")
static let UserWalletOnboardingTitle = NSLocalizedString("UserWalletTitle", bundle: Bundle.RewardsUI, value: "Verifying your wallet is optional", comment: "The title of the user wallet onboarding screen")
static let UserWalletOnboardingBenefitsTitle = NSLocalizedString("UserWalletOnboardingBenefitsTitle", bundle: Bundle.RewardsUI, value: "But if you verify, you can…", comment: "The title above the list of benefits after verifying")
static let UserWalletOnboardingBenefitsOne = NSLocalizedString("UserWalletOnboardingBenefitsOne", bundle: Bundle.RewardsUI, value: "Withdraw BAT that you earn from viewing privacy-respecting ads", comment: "The first benefit of verifying with Uphold")
static let UserWalletOnboardingBenefitsTwo = NSLocalizedString("UserWalletOnboardingBenefitsTwo", bundle: Bundle.RewardsUI, value: "Purchase additional BAT with credit cards and other sources", comment: "The second benefit of verifying with Uphold")
static let UserWalletOnboardingBenefitsThree = NSLocalizedString("UserWalletOnboardingBenefitsThree", bundle: Bundle.RewardsUI, value: "Withdraw BAT that you may have previously added to your Brave Rewards wallet", comment: "The third benefit of verifying with Uphold")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ private extension VerifyUserWalletViewController {
$0.textAlignment = .center
$0.numberOfLines = 0
}),
.view(UILabel().then {
$0.text = Strings.UserWalletOnboardingSubtitle
$0.font = .systemFont(ofSize: 12)
$0.appearanceTextColor = .white
$0.textAlignment = .center
$0.numberOfLines = 0
}),
.customSpace(38),
.view(UILabel().then {
$0.text = Strings.UserWalletOnboardingBenefitsTitle
Expand Down

0 comments on commit c71fdf9

Please sign in to comment.