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

Change copy of submit button on swaps screen (#10373)

This commit is contained in:
Dan J Miller 2021-02-04 14:42:43 -03:30 committed by GitHub
parent eeca0af5b9
commit e82ab94699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 13 deletions

View File

@ -1672,9 +1672,6 @@
"swapFinalizing": {
"message": "Finalizing..."
},
"swapGetQuotes": {
"message": "Get quotes"
},
"swapHighSlippageWarning": {
"message": "Slippage amount is very high. Make sure you know what you are doing!"
},
@ -1798,6 +1795,9 @@
"swapRequestForQuotation": {
"message": "Request for quotation"
},
"swapReviewSwap": {
"message": "Review Swap"
},
"swapSearchForAToken": {
"message": "Search for a token"
},

View File

@ -1657,9 +1657,6 @@
"swapFinalizing": {
"message": "अंतिम रूप दिया जा रहा है..."
},
"swapGetQuotes": {
"message": "उद्धरण प्राप्त करें"
},
"swapHighSlippageWarning": {
"message": "स्लिपेज राशि बहुत अधिक है। सुनिश्चित करें कि आप जानते हैं कि आप क्या कर रहे हैं!"
},

View File

@ -1657,9 +1657,6 @@
"swapFinalizing": {
"message": "Menyelesaikan..."
},
"swapGetQuotes": {
"message": "Dapatkan kuota"
},
"swapHighSlippageWarning": {
"message": "Jumlah slippage sangat tinggi. Pastikan Anda mengetahui yang Anda kerjakan!"
},

View File

@ -1657,9 +1657,6 @@
"swapFinalizing": {
"message": "마무리 중..."
},
"swapGetQuotes": {
"message": "견적 가져오기"
},
"swapHighSlippageWarning": {
"message": "슬리패지 금액이 아주 큽니다. 현재 어떤 작업을 하고 있는지 확인하세요!"
},

View File

@ -410,7 +410,7 @@ export default function BuildQuote({
),
)
}}
submitText={t('swapGetQuotes')}
submitText={t('swapReviewSwap')}
disabled={
!Number(inputValue) ||
!selectedToToken?.address ||