mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +03:00
fixed missing translation issue
This commit is contained in:
parent
f9f3ea728c
commit
fd3f76265b
@ -161,7 +161,7 @@ class DelegateScreen extends Component {
|
||||
</View>
|
||||
<View style={styles.middleContent}>
|
||||
<TransferFormItem
|
||||
label={intl.formatMessage({ id: 'transfer.account' })}
|
||||
label={intl.formatMessage({ id: 'transfer.from' })}
|
||||
rightComponent={() => this._renderDropdown(accounts, currentAccountName)}
|
||||
/>
|
||||
<TransferFormItem
|
||||
|
@ -225,7 +225,7 @@ class PowerDownView extends Component {
|
||||
<ScrollView>
|
||||
<View style={styles.middleContent}>
|
||||
<TransferFormItem
|
||||
label={intl.formatMessage({ id: 'transfer.account' })}
|
||||
label={intl.formatMessage({ id: 'transfer.from' })}
|
||||
rightComponent={() => this._renderDropdown(accounts, currentAccountName)}
|
||||
/>
|
||||
<TransferFormItem
|
||||
|
@ -71,7 +71,7 @@ class WithdrawAccountModal extends Component {
|
||||
<View style={styles.modalContainer}>
|
||||
<UserAvatar username={account} size="xl" style={styles.avatar} noAction />
|
||||
<TransferFormItem
|
||||
label={intl.formatMessage({ id: 'transfer.account' })}
|
||||
label={intl.formatMessage({ id: 'transfer.from' })}
|
||||
rightComponent={() =>
|
||||
this._renderInput(
|
||||
intl.formatMessage({ id: 'transfer.to_placeholder' }),
|
||||
|
Loading…
Reference in New Issue
Block a user