1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Minor spelling correction to buildContactList(#11286)

This commit is contained in:
Niranjana Binoy 2021-06-14 22:59:30 -04:00 committed by GitHub
parent 341b090857
commit df6c6a46d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 12 additions and 12 deletions

View File

@ -256,7 +256,7 @@
"browserNotSupported": {
"message": "Your Browser is not supported..."
},
"builContactList": {
"buildContactList": {
"message": "Build your contact list"
},
"builtAroundTheWorld": {

View File

@ -249,7 +249,7 @@
"browserNotSupported": {
"message": "El explorador no es compatible…"
},
"builContactList": {
"buildContactList": {
"message": "Cree su lista de contactos"
},
"buy": {

View File

@ -249,7 +249,7 @@
"browserNotSupported": {
"message": "El explorador no es compatible…"
},
"builContactList": {
"buildContactList": {
"message": "Cree su lista de contactos"
},
"buy": {

View File

@ -249,7 +249,7 @@
"browserNotSupported": {
"message": "आपका ब्राउज़र समर्थित नहीं है..."
},
"builContactList": {
"buildContactList": {
"message": "अपनी संपर्क सूची बनाएं"
},
"buy": {

View File

@ -249,7 +249,7 @@
"browserNotSupported": {
"message": "Browser Anda tidak didukung..."
},
"builContactList": {
"buildContactList": {
"message": "Buat daftar kontak Anda"
},
"buy": {

View File

@ -249,7 +249,7 @@
"browserNotSupported": {
"message": "ご使用のブラウザーはサポートされていません..."
},
"builContactList": {
"buildContactList": {
"message": "連絡先リストを作成する"
},
"buy": {

View File

@ -249,7 +249,7 @@
"browserNotSupported": {
"message": "지원되지 않는 브라우저입니다..."
},
"builContactList": {
"buildContactList": {
"message": "연락처 목록 작성하기"
},
"buy": {

View File

@ -249,7 +249,7 @@
"browserNotSupported": {
"message": "Hindi sinusuportahan ang iyong Browser..."
},
"builContactList": {
"buildContactList": {
"message": "Buuin ang iyong listahan ng contact"
},
"buy": {

View File

@ -249,7 +249,7 @@
"browserNotSupported": {
"message": "Seu navegador não é compatível..."
},
"builContactList": {
"buildContactList": {
"message": "Crie sua lista de contatos"
},
"buy": {

View File

@ -249,7 +249,7 @@
"browserNotSupported": {
"message": "Ваш браузер не поддерживается..."
},
"builContactList": {
"buildContactList": {
"message": "Создайте список контактов"
},
"buy": {

View File

@ -249,7 +249,7 @@
"browserNotSupported": {
"message": "Trình duyệt của bạn không được hỗ trợ..."
},
"builContactList": {
"buildContactList": {
"message": "Xây dựng danh sách liên hệ của bạn"
},
"buy": {

View File

@ -50,7 +50,7 @@ export default class ContactListTab extends Component {
<div className="address-book__container">
<div>
<img src="./images/address-book.svg" alt="Address book icon" />
<h4 className="address-book__title">{t('builContactList')}</h4>
<h4 className="address-book__title">{t('buildContactList')}</h4>
<p className="address-book__sub-title">
{t('addFriendsAndAddresses')}
</p>