Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Add volatility text to BAT screen #11342

Merged
merged 1 commit into from
Oct 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/extensions/brave/locales/en-US/preferences.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ balance=Balance:
helloBat=Hello, and thank you for using Brave Payments!
helloBatText1=Brave Payments allows you to make anonymous, monthly<br>contributions to the publishers you visit on the internet.
helloBatText2=Please note that <strong>your Brave Payments Wallet is unidirectional</strong>, and the money you transfer from outside accounts <strong>can not be retrieved or refunded</strong>. 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ class BatWelcomeScreen extends React.Component {
<p data-l10n-id='helloBatText2'
className={css(styles.batScreen__text)}
/>
<p data-l10n-id='helloBatText3'
className={css(styles.batScreen__text)}
/>
</div>
)
}
Expand Down