Skip to content

Commit 50de818

Browse files
committed
Adds loader to rewards welcome page
Resolves brave/brave-browser#1099
1 parent 4970c7d commit 50de818

File tree

4 files changed

+23
-21
lines changed

4 files changed

+23
-21
lines changed

browser/ui/webui/brave_webui_source.cc

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ void CustomizeWebUIHTMLSource(const std::string &name, content::WebUIDataSource*
221221
{ "braveContributeDesc", IDS_BRAVE_UI_BRAVE_CONTRIBUTE_DESC },
222222
{ "braveContributeTitle", IDS_BRAVE_UI_BRAVE_CONTRIBUTE_TITLE },
223223
{ "braveRewards", IDS_BRAVE_UI_BRAVE_REWARDS },
224+
{ "braveRewardsCreatingText", IDS_BRAVE_UI_BRAVE_REWARDS_CREATING_TEXT },
224225
{ "braveRewardsDesc", IDS_BRAVE_UI_BRAVE_REWARDS_DESC },
225226
{ "braveRewardsOptInText", IDS_BRAVE_UI_BRAVE_REWARDS_OPT_IN_TEXT },
226227
{ "braveRewardsSubTitle", IDS_BRAVE_UI_BRAVE_REWARDS_SUB_TITLE },

components/resources/brave_components_resources.grd

+1
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@
256256
<message name="IDS_BRAVE_UI_BRAVE_CONTRIBUTE_DESC" desc="">Set a monthly budget and browse normally. Your favorite sites get paid automatically.</message>
257257
<message name="IDS_BRAVE_UI_BRAVE_CONTRIBUTE_TITLE" desc="">Auto-Contribute</message>
258258
<message name="IDS_BRAVE_UI_BRAVE_REWARDS" desc="">Brave Rewards</message>
259+
<message name="IDS_BRAVE_UI_BRAVE_REWARDS_CREATING_TEXT" desc="">Creating wallet</message>
259260
<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>
260261
<message name="IDS_BRAVE_UI_BRAVE_REWARDS_OPT_IN_TEXT" desc="">Yes, I'm In!</message>
261262
<message name="IDS_BRAVE_UI_BRAVE_REWARDS_SUB_TITLE" desc="">Get Rewarded for Browsing!</message>

package-lock.json

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"babel-preset-react": "^6.24.1",
9595
"babel-preset-react-optimize": "^1.0.1",
9696
"babel-preset-stage-0": "^6.24.1",
97-
"brave-ui": "^0.24.10",
97+
"brave-ui": "^0.25.1",
9898
"css-loader": "^0.28.9",
9999
"csstype": "^2.5.5",
100100
"emptykit.css": "^1.0.1",

0 commit comments

Comments
 (0)