You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/neuron-ui/src/locales/en.json
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
"balance": "Balance",
17
17
"live-cells": "Live Cells",
18
18
"cell-types": "Cell Types",
19
-
"recent-activities": "Recent Activites",
19
+
"recent-activities": "Recent Activities",
20
20
"no-recent-activities": "No Recent Activities",
21
21
"blockchain-status": "Blockchain Status",
22
22
"blockchain-identity": "Chain Identity",
@@ -71,7 +71,7 @@
71
71
"receive": {
72
72
"click-to-copy": "Click to copy the address",
73
73
"address-not-found": "Address not found",
74
-
"prompt": "Neuron picks a new receiving address for better privacy. Please go to the Address Book if you want to use a previously used receiving addresses.",
74
+
"prompt": "Neuron picks a new receiving address for better privacy. Please go to the Address Book if you want to use a previously used receiving address.",
75
75
"address-qrcode": "Address QR Code"
76
76
},
77
77
"history": {
@@ -94,7 +94,10 @@
94
94
"description": "Description",
95
95
"status": "Status",
96
96
"blockNumber": "Block Number",
97
-
"basic-information": "Basic Information"
97
+
"basic-information": "Basic Information",
98
+
"search": {
99
+
"placeholder": "Search tx hash, address or date (yyyy-mm-dd)"
0 commit comments