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:
parent
eeca0af5b9
commit
e82ab94699
@ -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"
|
||||
},
|
||||
|
@ -1657,9 +1657,6 @@
|
||||
"swapFinalizing": {
|
||||
"message": "अंतिम रूप दिया जा रहा है..."
|
||||
},
|
||||
"swapGetQuotes": {
|
||||
"message": "उद्धरण प्राप्त करें"
|
||||
},
|
||||
"swapHighSlippageWarning": {
|
||||
"message": "स्लिपेज राशि बहुत अधिक है। सुनिश्चित करें कि आप जानते हैं कि आप क्या कर रहे हैं!"
|
||||
},
|
||||
|
@ -1657,9 +1657,6 @@
|
||||
"swapFinalizing": {
|
||||
"message": "Menyelesaikan..."
|
||||
},
|
||||
"swapGetQuotes": {
|
||||
"message": "Dapatkan kuota"
|
||||
},
|
||||
"swapHighSlippageWarning": {
|
||||
"message": "Jumlah slippage sangat tinggi. Pastikan Anda mengetahui yang Anda kerjakan!"
|
||||
},
|
||||
|
@ -1657,9 +1657,6 @@
|
||||
"swapFinalizing": {
|
||||
"message": "마무리 중..."
|
||||
},
|
||||
"swapGetQuotes": {
|
||||
"message": "견적 가져오기"
|
||||
},
|
||||
"swapHighSlippageWarning": {
|
||||
"message": "슬리패지 금액이 아주 큽니다. 현재 어떤 작업을 하고 있는지 확인하세요!"
|
||||
},
|
||||
|
@ -410,7 +410,7 @@ export default function BuildQuote({
|
||||
),
|
||||
)
|
||||
}}
|
||||
submitText={t('swapGetQuotes')}
|
||||
submitText={t('swapReviewSwap')}
|
||||
disabled={
|
||||
!Number(inputValue) ||
|
||||
!selectedToToken?.address ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user