From f0106cee4fa698afa50e1229ea954c71d480f8a7 Mon Sep 17 00:00:00 2001 From: srirambv Date: Sat, 7 Oct 2017 10:24:01 +0100 Subject: [PATCH] Add volatility text to BAT screen --- app/extensions/brave/locales/en-US/preferences.properties | 1 + .../payment/addFundsDialog/steps/addFundsBatScreen.js | 3 +++ 2 files changed, 4 insertions(+) diff --git a/app/extensions/brave/locales/en-US/preferences.properties b/app/extensions/brave/locales/en-US/preferences.properties index e5b17befb87..b8ea1a73a89 100644 --- a/app/extensions/brave/locales/en-US/preferences.properties +++ b/app/extensions/brave/locales/en-US/preferences.properties @@ -12,6 +12,7 @@ balance=Balance: helloBat=Hello, and thank you for using Brave Payments! helloBatText1=Brave Payments allows you to make anonymous, monthly
contributions to the publishers you visit on the internet. helloBatText2=Please note that your Brave Payments Wallet is unidirectional, and the money you transfer from outside accounts can not be retrieved or refunded. The wallet’s primary purpose is to send your contributions to publishers each month, based on your control and advisement. +helloBatText3=Note: Due to the inherent volatility of cryptocurrency markets, your balance will typically fluctuate on a daily basis. batContributionTitle=Introducing BAT Contribution Matching! batContributionText1=To say thanks to our early adopters, Brave is matching the next 5.00 USD of BATs that you add to your wallet. batContributionText2=Just transfer any amount from your crypto-currency wallet and we’ll match the next 5.00 USD. diff --git a/app/renderer/components/preferences/payment/addFundsDialog/steps/addFundsBatScreen.js b/app/renderer/components/preferences/payment/addFundsDialog/steps/addFundsBatScreen.js index f66211c8ae6..29cdb94b6e3 100644 --- a/app/renderer/components/preferences/payment/addFundsDialog/steps/addFundsBatScreen.js +++ b/app/renderer/components/preferences/payment/addFundsDialog/steps/addFundsBatScreen.js @@ -24,6 +24,9 @@ class BatWelcomeScreen extends React.Component {

+

) }