Skip to content

Commit

Permalink
Change copy of submit button on swaps screen (#10373)
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm authored Feb 4, 2021
1 parent eeca0af commit e82ab94
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
6 changes: 3 additions & 3 deletions app/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
},
Expand Down Expand Up @@ -1798,6 +1795,9 @@
"swapRequestForQuotation": {
"message": "Request for quotation"
},
"swapReviewSwap": {
"message": "Review Swap"
},
"swapSearchForAToken": {
"message": "Search for a token"
},
Expand Down
3 changes: 0 additions & 3 deletions app/_locales/hi/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1657,9 +1657,6 @@
"swapFinalizing": {
"message": "अंतिम रूप दिया जा रहा है..."
},
"swapGetQuotes": {
"message": "उद्धरण प्राप्त करें"
},
"swapHighSlippageWarning": {
"message": "स्लिपेज राशि बहुत अधिक है। सुनिश्चित करें कि आप जानते हैं कि आप क्या कर रहे हैं!"
},
Expand Down
3 changes: 0 additions & 3 deletions app/_locales/id/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1657,9 +1657,6 @@
"swapFinalizing": {
"message": "Menyelesaikan..."
},
"swapGetQuotes": {
"message": "Dapatkan kuota"
},
"swapHighSlippageWarning": {
"message": "Jumlah slippage sangat tinggi. Pastikan Anda mengetahui yang Anda kerjakan!"
},
Expand Down
3 changes: 0 additions & 3 deletions app/_locales/ko/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1657,9 +1657,6 @@
"swapFinalizing": {
"message": "마무리 중..."
},
"swapGetQuotes": {
"message": "견적 가져오기"
},
"swapHighSlippageWarning": {
"message": "슬리패지 금액이 아주 큽니다. 현재 어떤 작업을 하고 있는지 확인하세요!"
},
Expand Down
2 changes: 1 addition & 1 deletion ui/app/pages/swaps/build-quote/build-quote.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export default function BuildQuote({
),
)
}}
submitText={t('swapGetQuotes')}
submitText={t('swapReviewSwap')}
disabled={
!Number(inputValue) ||
!selectedToToken?.address ||
Expand Down

0 comments on commit e82ab94

Please sign in to comment.