Browse Source

TST

ref-lint-hooks
Marcos Rodriguez 5 years ago
parent
commit
ee5cb6da45
  1. 2
      loc/en.js
  2. 2
      loc/fr_FR.js
  3. 2
      loc/vi_VN.js
  4. 2
      screen/transactions/RBF-create.js

2
loc/en.js

@ -145,7 +145,7 @@ module.exports = {
title: 'create transaction',
error: 'Error creating transaction. Invalid address or send amount?',
go_back: 'Go Back',
this_is_hex: 'This is transaction hex, signed and ready to be broadcast to the network.',
this_is_hex: `This is your transaction's hex, signed and ready to be broadcasted to the network.`,
to: 'To',
amount: 'Amount',
fee: 'Fee',

2
loc/fr_FR.js

@ -146,7 +146,7 @@ module.exports = {
title: 'créer une transaction',
error: 'Erreur creating transaction. Invalid address or send amount?',
go_back: 'Retour',
this_is_hex: 'This is transaction hex, signed and ready to be broadcast to the network.',
this_is_hex: `This is your transaction's hex, signed and ready to be broadcasted to the network.`,
to: 'À',
amount: 'Montant',
fee: 'Frais',

2
loc/vi_VN.js

@ -145,7 +145,7 @@ module.exports = {
title: 'create transaction',
error: 'Error creating transaction. Invalid address or send amount?',
go_back: 'Go Back',
this_is_hex: 'This is transaction hex, signed and ready to be broadcast to the network.',
this_is_hex: `This is your transaction's hex, signed and ready to be broadcasted to the network.`,
to: 'To',
amount: 'Amount',
fee: 'Fee',

2
screen/transactions/RBF-create.js

@ -203,7 +203,7 @@ export default class SendCreate extends Component {
<SafeBlueArea style={{ flex: 1, paddingTop: 20 }}>
<BlueSpacing />
<BlueCard title={'Replace Transaction'} style={{ alignItems: 'center', flex: 1 }}>
<BlueText>This is transaction hex, signed and ready to be broadcast to the network. Continue?</BlueText>
<BlueText>This is your transaction's hex, signed and ready to be broadcasted to the network. Continue?</BlueText>
<TextInput
style={{

Loading…
Cancel
Save