mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fixing untranslated text in ConfirmApproveContent (#11339)
This commit is contained in:
parent
3c2e83dff3
commit
64835b1457
@ -2429,6 +2429,9 @@
|
||||
"viewContact": {
|
||||
"message": "View Contact"
|
||||
},
|
||||
"viewFullTransactionDetails": {
|
||||
"message": "View full transaction details"
|
||||
},
|
||||
"viewMore": {
|
||||
"message": "View More"
|
||||
},
|
||||
|
@ -303,7 +303,7 @@ export default class ConfirmApproveContent extends Component {
|
||||
>
|
||||
<div className="confirm-approve-content__view-full-tx-button cursor-pointer">
|
||||
<div className="confirm-approve-content__small-blue-text">
|
||||
View full transaction details
|
||||
{t('viewFullTransactionDetails')}
|
||||
</div>
|
||||
<i
|
||||
className={classnames({
|
||||
@ -332,7 +332,7 @@ export default class ConfirmApproveContent extends Component {
|
||||
>
|
||||
<div className="confirm-approve-content__view-full-tx-button cursor-pointer">
|
||||
<div className="confirm-approve-content__small-blue-text">
|
||||
View full transaction details
|
||||
{t('viewFullTransactionDetails')}
|
||||
</div>
|
||||
<i
|
||||
className={classnames({
|
||||
|
Loading…
Reference in New Issue
Block a user