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
updateMsg: 'Found new version of Niffler wallet. Please update Right NOW.',
94
94
yes: 'yes',
@@ -103,25 +103,25 @@ const messages = {
103
103
immature: 'Immature'
104
104
},
105
105
106
-
txs:{
106
+
txs:{
107
107
tx: 'Transactions',
108
-
canceled:'Canceled',
108
+
canceled:'Canceled',
109
109
noTxFound: 'No transactions Found',
110
-
noTx:'No transactions',
111
-
cancelSuccess:'This transaction canceled',
110
+
noTx:'No transactions',
111
+
cancelSuccess:'This transaction canceled',
112
112
},
113
113
114
-
commit:{
114
+
commit:{
115
115
unspentCmt: 'Unspent Output Commit',
116
116
heightCreated: 'Block height when Created',
117
117
unspent: 'Unspent',
118
118
spent: 'Spent',
119
119
noCmtFound: 'No Unspent Output Commit Found',
120
-
noCmt:'No Unspent Output Commit',
120
+
noCmt:'No Unspent Output Commit',
121
121
copied: 'Copied'
122
122
},
123
123
124
-
fileSend:{
124
+
fileSend:{
125
125
sendAmount: 'Amount to send',
126
126
createTxFile: 'Create new transcation file',
127
127
WrongAmount: 'Wrong amount',
@@ -130,9 +130,9 @@ const messages = {
130
130
NotEnough: 'Not enough amount. Keep 0.01 as fee'
131
131
},
132
132
133
-
httpSend:{
133
+
httpSend:{
134
134
sendAmount: 'Amount to send',
135
-
address:'Address',
135
+
address:'Address',
136
136
WrongAmount: 'Wrong amount',
137
137
NotEnough: 'Not enough amount. Keep 0.01 as fee',
138
138
WrongAddress: 'Wrong address',
@@ -156,7 +156,7 @@ const messages = {
156
156
finalize: {
157
157
finalize: 'Finalize',
158
158
success: 'Transcation success',
159
-
ok:'OK',
159
+
ok:'OK',
160
160
sending: 'Sending',
161
161
dropMsg: 'Drop response transaction file to finalize',
162
162
WrongFileType: 'Wrong transaction file type',
@@ -186,7 +186,7 @@ const messages = {
186
186
launchSucess: 'Started successful',
187
187
reachable: 'Hedwig address is available',
188
188
address: 'Address to receive',
189
-
tip:'Please keep wallet online.',
189
+
tip:'Please keep wallet online.',
190
190
close: 'Stop Hedwig',
191
191
introTitle: 'Introduction',
192
192
intro1: 'Hedwig(v1) is a relay service for users without a public ip. It provides a temporary address to receive grin.',
@@ -204,12 +204,12 @@ const messages = {
204
204
checking: 'Checking, be patient ...',
205
205
stop: 'Stop Check',
206
206
207
-
tip:'It will take 10-30 minites to finish check',
207
+
tip:'It will take 10-30 minutes to finish check',
208
208
introTitle: 'Introduction',
209
209
210
210
intro1: 'Because of all of the possibilities listed in the cancel command, as well as the possibility of forks, it is quite possible for your wallet to end up in an inconsistent state',
211
211
intro2: "For this reason, Grin provides a manual check command that scans the chain's UTXO set for any outputs belonging to your wallet, and ensures they're in a consistent state with your local wallet database.",
0 commit comments