Skip to content

Commit f84b6de

Browse files
committed
Minor change
1 parent 82ea92f commit f84b6de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/i18n/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"see-more": "See more…",
32
"swap": {
43
"title": "Swap",
54
"subtitle": "Trade tokens in an instant",
@@ -8,7 +7,7 @@
87
"error-price": "There was an error fetching the price",
98
"trading": {
109
"error": "There was an error trading the tokens",
11-
"ongoing": "Trade is on the way. Click <a href=\"{txUrl}\"><i>here</i></a> to view the transaction",
10+
"ongoing": "Trade is on the way. Click <a href=\"{txUrl}\"><i>here</i></a> to view the state of the transaction",
1211
"reverted": "The trade was reverted. Click <a href=\"{txUrl}\"><i>here</i></a> to view the failed transaction"
1312
}
1413
},
@@ -23,7 +22,8 @@
2322
"token": "Token",
2423
"loading": "Loading tokens…",
2524
"search": "Search token by name, symbol or address",
26-
"no-tokens": "No tokens founds on {chain}"
25+
"no-tokens": "No tokens founds on {chain}",
26+
"see-more": "See more…"
2727
},
2828
"add-token": {
2929
"tooltip": "Add token to MetaMask wallet",

0 commit comments

Comments
 (0)