mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
FIX: tor supported text
This commit is contained in:
parent
095c610825
commit
59b881b9fc
1 changed files with 2 additions and 3 deletions
|
@ -268,9 +268,8 @@ export default class ElectrumSettings extends Component {
|
|||
<View style={styles.inputWrap}>
|
||||
<TextInput
|
||||
placeholder={
|
||||
loc.formatString(loc.settings.electrum_host, { example: '111.222.333.111' }) + !isCatalyst
|
||||
? ' (' + loc.settings.tor_supported + ')'
|
||||
: ''
|
||||
loc.formatString(loc.settings.electrum_host, { example: '111.222.333.111' }) +
|
||||
(!isCatalyst ? ' (' + loc.settings.tor_supported + ')' : '')
|
||||
}
|
||||
value={this.state.host}
|
||||
onChangeText={text => this.setState({ host: text.trim() })}
|
||||
|
|
Loading…
Add table
Reference in a new issue