File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/checkout/widgets-lib/src/locales Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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"
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" ,
You can’t perform that action at this time.
0 commit comments