diff --git a/components/resources/brave_components_strings.grd b/components/resources/brave_components_strings.grd index 6cbde17560c0..196595652714 100644 --- a/components/resources/brave_components_strings.grd +++ b/components/resources/brave_components_strings.grd @@ -196,8 +196,8 @@ the FAQ Reminder: The Brave Wallet is unidirectional and BAT flows to publisher sites. For more information about Brave Rewards, please visit Show QR Code - Brave makes it easy to transfer funds from your existing crypto-currency wallet to your Brave BAT Wallet. - Add funds to your Brave wallet + Be sure to use the address below that matches the type of cryto you own. It will be converted automatically to BAT by Uphold and appear as an increased balance in your Brave Rewards wallet. Please allow up to one hour for your wallet balance to update. + Send cryptocurrency from your external account to your Brave Rewards wallet. Allow tips on Amount Get paid to view relevant ads that respect your privacy. diff --git a/package-lock.json b/package-lock.json index f430c9208f1c..499c35bac94d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2215,13 +2215,13 @@ } }, "brave-ui": { - "version": "0.30.4", - "resolved": "https://registry.npmjs.org/brave-ui/-/brave-ui-0.30.4.tgz", - "integrity": "sha512-7TP1FK92PEvNoL5d9An39GDQGyQpm4w/1D3RiUjzYhctVVu2fdeX7iG9z9MnnXcttBmRN25i3DMzjGjB47o5dw==", + "version": "0.30.6", + "resolved": "https://registry.npmjs.org/brave-ui/-/brave-ui-0.30.6.tgz", + "integrity": "sha512-LBgjDAnlv6Fp2BEvCy6miI49dZGw1Dr1mJqSH/qL4IJh286DRsC8gzKexgtvq7mRBhOwqNgSkfCYoDSsQjQ7+Q==", "dev": true, "requires": { - "emptykit.css": "1.0.1", - "styled-components": "3.4.5" + "emptykit.css": "^1.0.1", + "styled-components": "^3.2.5" } }, "brorand": { diff --git a/package.json b/package.json index 31332f0a33b5..bfb90c52e18e 100644 --- a/package.json +++ b/package.json @@ -271,7 +271,7 @@ "babel-preset-react": "^6.24.1", "babel-preset-react-optimize": "^1.0.1", "babel-preset-stage-0": "^6.24.1", - "brave-ui": "^0.30.4", + "brave-ui": "^0.30.6", "css-loader": "^0.28.9", "csstype": "^2.5.5", "emptykit.css": "^1.0.1",