Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,13 @@ const CollateralizedConvertTransactionComponent = ({
<Text>{date}</Text>
</View>
<View style={styles.rowContainer}>
<Text>Started a</Text>
<Text>{translate('wallet.operations.convert.started_a')}</Text>
<Text style={{color}}>
{' '}
{formattedAmount} {amount.split(' ')[1]}{' '}
</Text>
<Text style={styles.username}>
{translate(
'wallet.operations.convert.start_collateralized_convert',
)}
{translate('wallet.operations.convert.start_collateralized')}
</Text>
</View>
</View>
Expand Down
2 changes: 1 addition & 1 deletion src/components/hive/ConvertTransactionComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const ConvertTransactionComponent = ({
<Text>{date}</Text>
</View>
<View style={styles.rowContainer}>
<Text>Started a</Text>
<Text>{translate('wallet.operations.convert.started_a')}</Text>
<Text style={{color: '#B9122F'}}>
{' '}
{formattedAmount} {amount.split(' ')[1]}{' '}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const FillCollateralizedConvertTransactionComponent = ({
</View>
<View style={styles.rowContainer}>
<Text style={styles.username}>
{translate('wallet.operations.convert.fill_convert_request')}
{translate('wallet.operations.convert.fill_convert_request')}{' '}
</Text>
<Text style={{color: '#B9122F'}}>
{' '}
Expand Down
2 changes: 1 addition & 1 deletion src/components/hive/FillConvertTransactionComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const FillConvertTransactionComponent = ({
</View>
<View style={styles.rowContainer}>
<Text style={styles.username}>
{translate('wallet.operations.convert.fill_convert_request')}
{translate('wallet.operations.convert.fill_convert_request')}{' '}
</Text>
<Text style={{color: '#B9122F'}}>
{' '}
Expand Down
6 changes: 5 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,11 @@
"title": "Convert to {{to}}",
"button": "Convert",
"disclaimer_hive": "You deposit collateral (HIVE), then you are given HBD up front worth half of the collateral amount (minus a 5% fee). Your official final payment is in 3.5 days. At that point remaining collateral (HIVE) is returned.",
"disclaimer_hbd": "Your HBD will take 3.5 days to get converted to approximately USD worth of HIVE tokens, based on its 3.5 days median price."
"disclaimer_hbd": "Your HBD will take 3.5 days to get converted to approximately USD worth of HIVE tokens, based on its 3.5 days median price.",
"fill_convert_request": "Filled conversion:",
"started_a": "Started a",
"start_convert": "conversion",
"start_collateralized": "collateralized conversion"
},
"more_token_info": "{{currency}} information",
"token_stake": {
Expand Down