Skip to content

Commit

Permalink
Merge pull request #2481 from brave/service-text-ready
Browse files Browse the repository at this point in the history
Added service text to match button
  • Loading branch information
ryanml authored May 23, 2019
2 parents 67c251a + 6b5ed0b commit 73ddace
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions browser/ui/webui/brave_webui_source.cc
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ void CustomizeWebUIHTMLSource(const std::string &name,
{ "rewardsOffText5", IDS_BRAVE_UI_REWARDS_OFF_TEXT5 },
{ "serviceTextToggle", IDS_BRAVE_UI_SERVICE_TEXT_TOGGLE },
{ "serviceTextWelcome", IDS_BRAVE_UI_SERVICE_TEXT_WELCOME },
{ "serviceTextReady", IDS_BRAVE_UI_SERVICE_TEXT_READY },
{ "termsOfService", IDS_BRAVE_UI_TERMS_OF_SERVICE }
}
}, {
Expand Down
1 change: 1 addition & 0 deletions components/resources/brave_components_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@
<message name="IDS_BRAVE_UI_TERMS_OF_SERVICE" desc="">Terms of Service</message>
<message name="IDS_BRAVE_UI_SERVICE_TEXT_TOGGLE" desc="">By turning on Brave Rewards, you indicate that you have read and agree to the</message>
<message name="IDS_BRAVE_UI_SERVICE_TEXT_WELCOME" desc="">By clicking ‘Yes, I'm in!’, you indicate that you have read and agree to the</message>
<message name="IDS_BRAVE_UI_SERVICE_TEXT_READY" desc="">By clicking ‘Yes, I'm Ready!’, you indicate that you have read and agree to the</message>
<message name="IDS_BRAVE_UI_BRAVE_REWARDS_CREATING_TEXT" desc="">Creating wallet</message>
<message name="IDS_BRAVE_UI_BRAVE_REWARDS_DESC" desc="">Your attention is valuable. Earn by viewing privacy-respecting ads, and pay it forward to support content creators you love.</message>
<message name="IDS_BRAVE_UI_BRAVE_REWARDS_OPT_IN_TEXT" desc="">Yes, I'm In!</message>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"@types/react-redux": "6.0.4",
"@types/redux-logger": "^3.0.7",
"awesome-typescript-loader": "^5.2.1",
"brave-ui": "github:brave/brave-ui#a2c96712dc69f033a654fee730feac75f0317c8f",
"brave-ui": "github:brave/brave-ui#af9554c9133eb554fff8fa43b3e74f7f92704453",
"css-loader": "^2.1.1",
"csstype": "^2.5.5",
"deep-freeze-node": "^1.1.3",
Expand Down

0 comments on commit 73ddace

Please sign in to comment.