Skip to content

Commit 7e2a8b0

Browse files
jeetparikhJeet
andauthored
refactor(widgets-lib): Text changes for swap form (#2549)
Co-authored-by: Jeet <[email protected]>
1 parent 5661fe7 commit 7e2a8b0

File tree

1 file changed

+6
-6
lines changed
  • packages/checkout/widgets-lib/src/locales

1 file changed

+6
-6
lines changed

packages/checkout/widgets-lib/src/locales/en.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,14 @@
145145
},
146146
"swapForm": {
147147
"from": {
148-
"label": "From",
148+
"label": "Sell",
149149
"inputPlaceholder": "0",
150-
"selectorTitle": "What are you swapping from?"
150+
"selectorTitle": "What are you selling?"
151151
},
152152
"to": {
153-
"label": "To",
153+
"label": "Buy",
154154
"inputPlaceholder": "0",
155-
"selectorTitle": "What are you swapping to?"
155+
"selectorTitle": "What are you buying?"
156156
},
157157
"buttonText": "Swap",
158158
"conversionRate": "1 {{fromSymbol}} ≈ {{rate}} {{toSymbol}}, inclusive of {{fee}}% fee"
@@ -163,8 +163,8 @@
163163
"validation": {
164164
"noAmountInputted": "Please input amount",
165165
"insufficientBalance": "Insufficient balance",
166-
"noFromTokenSelected": "Select a token to swap",
167-
"noToTokenSelected": "Select a token to receive"
166+
"noFromTokenSelected": "Select a token to sell",
167+
"noToTokenSelected": "Select a token to buy"
168168
},
169169
"success": {
170170
"text": "Success",

0 commit comments

Comments
 (0)