1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Fixing untranslated text in ConfirmApproveContent (#11339)

This commit is contained in:
ryanml 2021-06-17 11:40:36 -07:00 committed by GitHub
parent 3c2e83dff3
commit 64835b1457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -2429,6 +2429,9 @@
"viewContact": {
"message": "View Contact"
},
"viewFullTransactionDetails": {
"message": "View full transaction details"
},
"viewMore": {
"message": "View More"
},

View File

@ -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({