mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fixing untranslated alt tag in ContactListTab component (#11293)
This commit is contained in:
parent
99d635afd1
commit
24adadbce0
@ -97,6 +97,9 @@
|
||||
"addTokens": {
|
||||
"message": "Add Tokens"
|
||||
},
|
||||
"addressBookIcon": {
|
||||
"message": "Address book icon"
|
||||
},
|
||||
"advanced": {
|
||||
"message": "Advanced"
|
||||
},
|
||||
|
@ -49,7 +49,7 @@ export default class ContactListTab extends Component {
|
||||
return (
|
||||
<div className="address-book__container">
|
||||
<div>
|
||||
<img src="./images/address-book.svg" alt="Address book icon" />
|
||||
<img src="./images/address-book.svg" alt={t('addressBookIcon')} />
|
||||
<h4 className="address-book__title">{t('buildContactList')}</h4>
|
||||
<p className="address-book__sub-title">
|
||||
{t('addFriendsAndAddresses')}
|
||||
|
Loading…
Reference in New Issue
Block a user