Browse Source

jumblr placeholder render fix

v0.25
pbca26 7 years ago
parent
commit
dd896ef840
  1. 2
      react/src/components/dashboard/jumblr/jumblr.render.js
  2. 2
      react/src/translate/en.js

2
react/src/components/dashboard/jumblr/jumblr.render.js

@ -206,7 +206,7 @@ export const JumblrRender = function() {
<p>{ translate('JUMBLR.THIS_IS_YOUR_MAIN_RECOVERY') }</p>
<p>{ translate('JUMBLR.ALL_JUMBLR_ADDRESSES_CAN_BE') }</p>
<p>
<strong>{ translate('JUMBLR.TIP') }:</strong> { translate('JUMBLR.DONT_USE_SMART_EDITORS') }
<strong>{ translate('JUMBLR.TIP') }:</strong> { this.renderLB('JUMBLR.DONT_USE_SMART_EDITORS') }
</p>
</div>
<label>{ translate('INDEX.PASSPHRASE') }</label>

2
react/src/translate/en.js

@ -333,7 +333,7 @@ export const _lang = {
'PLEASE_WRITE_DOWN_PASSPHRASE': 'Please write down your Jumblr passphrase and keept it safe.',
'THIS_IS_YOUR_MAIN_RECOVERY': 'This is your main recovery passphrase.',
'ALL_JUMBLR_ADDRESSES_CAN_BE': 'All Jumblr addresses can be regenrated based on it.',
'DONT_USE_SMART_EDITORS': 'do not use smart editors to store your passphrase as they tend to add extra characters.<br />This may result in passphrase mismatch with the original passphrase.',
'DONT_USE_SMART_EDITORS': 'do not use smart editors to store your passphrase as they tend to add extra characters.<br>This may result in passphrase mismatch with the original passphrase.',
'PASSPHRASE_COPIED': 'Passphrase copied',
'CREATE_JUMBLR_DEPOSIT_ADDRESS': 'Create Jumblr deposit address',
'YOUR_JUMBLR_DEPOSIT_ADDRESS': 'Your Jumblr deposit address',

Loading…
Cancel
Save