Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix #1647, Fix #1650: Only enable ads by default when current region is supported #1688
Conversation
| @@ -550,7 +550,7 @@ extension Strings { | |||
| public static let OBSaveButton = NSLocalizedString("OBSaveButton", bundle: Bundle.braveShared, value: "Save", comment: "Save button to save current selection") | |||
| public static let OBFinishButton = NSLocalizedString("OBFinishButton", bundle: Bundle.braveShared, value: "Start browsing", comment: "Button to finish onboarding and start using the app.") | |||
| public static let OBJoinButton = NSLocalizedString("OBJoinButton", bundle: Bundle.braveShared, value: "Join", comment: "Button to join Brave Rewards.") | |||
| public static let OBShowMeButton = NSLocalizedString("OBShowMeButton", bundle: Bundle.braveShared, value: "Show Me", comment: "Button to show Brave Rewards.") | |||
| public static let OBTurnOnButton = NSLocalizedString("OBTurnOnButton", bundle: Bundle.braveShared, value: "Turn On", comment: "Button to show Brave Rewards.") | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
kylehickinson
Oct 15, 2019
Author
Contributor
Haha, next time make sure to assign the ticket to yourself in GitHub. Either way these 2 tickets are kind of related
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
kylehickinson commentedOct 15, 2019
•
edited
Please choose "Rebase" for merge strategy
Summary of Changes
This pull request fixes issue #1647
This pull request fixes issue #1650
Relevant brave-core changes for #1647: brave/brave-core#3701
Submitter Checklist:
NSLocalizableString()Test Plan:
Reviewer Checklist:
QA/(Yes|No)release-notes/(include|exclude)bug/enhancement