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

Commit

Permalink
Updates wizard footer text
Browse files Browse the repository at this point in the history
Resolves #11487

Auditors:

Test Plan:
  • Loading branch information
NejcZdovc committed Oct 12, 2017
1 parent d7310ca commit 50c35cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/extensions/brave/locales/en-US/preferences.properties
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ long=Long
normal=Normal
short=Short
addFundsHeader=Add funds to your Brave Wallet
uphold=All transactions are processed by Uphold.
upholdFooterText1=All transactions are processed by Uphold.
upholdFooterText2=You can also use Uphold to easily fund your Brave wallet.
learnMore=Learn more...
backWithArrow=⟨ Previous
nextWithArrow=Next ⟩
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ class AddFundsDialogFooter extends React.Component {
className={css(styles.footer__start__uphold_logo)}
/>
<div className={css(styles.footer__start__uphold_text)}>
<span data-l10n-id='uphold' />
<span data-l10n-id='upholdFooterText1' />
<span data-l10n-id='upholdFooterText2' />
<a data-l10n-id='learnMore'
href='https://uphold.com/en/brave'
target='_blank'
Expand Down

0 comments on commit 50c35cd

Please sign in to comment.