mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-02 11:15:35 +03:00
updated step one subheading
This commit is contained in:
parent
ae11df1286
commit
01f9bcbf9a
@ -577,7 +577,8 @@
|
||||
"address_view": "View address",
|
||||
"already_delegated": "Already Delegated to ",
|
||||
"remain_hp": "Remaining HP",
|
||||
"add_account": "Add Account Details",
|
||||
"account_detail_head": "Account Details",
|
||||
"account_detail_subhead": "Enter account usernames for HIVE Power delegation",
|
||||
"delegat_detail_head": "Delegation Details",
|
||||
"delegat_detail_subhead": "New Amount overwrite the previous delegated HIVE Power ",
|
||||
"new_amount": "New Amount",
|
||||
|
@ -391,7 +391,7 @@ class DelegateScreen extends Component {
|
||||
onValueChange={(value) => this._handleSliderValueChange(value, availableVestingShares)}
|
||||
/>
|
||||
<View style={styles.sliderAmountContainer}>
|
||||
<Text style={styles.amountText}>{`${totalHP.toFixed(3)} HP`}</Text>
|
||||
<Text style={styles.amountText}>{`MAX ${totalHP.toFixed(3)} HP`}</Text>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
@ -399,7 +399,10 @@ class DelegateScreen extends Component {
|
||||
const _renderStepOne = () => (
|
||||
<View style={styles.stepOneContainer}>
|
||||
<Text style={styles.sectionHeading}>
|
||||
{intl.formatMessage({ id: 'transfer.add_account' })}
|
||||
{intl.formatMessage({ id: 'transfer.account_detail_head' })}
|
||||
</Text>
|
||||
<Text style={styles.sectionSubheading}>
|
||||
{intl.formatMessage({ id: 'transfer.account_detail_subhead' })}
|
||||
</Text>
|
||||
<TransferFormItem
|
||||
label={intl.formatMessage({ id: 'transfer.from' })}
|
||||
|
@ -289,7 +289,7 @@ export default EStyleSheet.create({
|
||||
},
|
||||
sliderAmountContainer: {
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-between',
|
||||
justifyContent: 'flex-end',
|
||||
alignItems: 'center',
|
||||
paddingHorizontal: 8,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user