@@ -46,6 +46,7 @@ i18n.use(LanguageDetector).init({
46
46
'step1ESEnterWitnessAddress' : 'Enter receiving Syscoin address...' ,
47
47
'step1FSInputMissing' : 'Amount or destination address not provided' ,
48
48
'step1FSInvalidDestination' : 'Invalid destination address (check the type of network you are sending from/to)' ,
49
+ 'step1InvalidNEVM' : 'Invalid NEVM address' ,
49
50
'step1FSStatus' : 'Status' ,
50
51
'step1FSAmount' : 'Amount' ,
51
52
'step1FSDestinationAddress' : 'Destination Address' ,
@@ -184,6 +185,7 @@ i18n.use(LanguageDetector).init({
184
185
'step1ESEnterWitnessAddress' : 'Enter receiving Syscoin address...' ,
185
186
'step1FSInputMissing' : 'Amount or destination address not provided' ,
186
187
'step1FSInvalidDestination' : 'Invalid destination address (check the type of network you are sending from/to)' ,
188
+ 'step1InvalidNEVM' : 'Invalid NEVM address' ,
187
189
'step1FSStatus' : 'Status' ,
188
190
'step1FSAmount' : 'Amount' ,
189
191
'step1FSDestinationAddress' : 'Destination Address' ,
@@ -322,6 +324,7 @@ i18n.use(LanguageDetector).init({
322
324
'step1ESEnterWitnessAddress' : 'Enter receiving Syscoin address...' ,
323
325
'step1FSInputMissing' : 'Amount or destination address not provided' ,
324
326
'step1FSInvalidDestination' : 'Invalid destination address (check the type of network you are sending from/to)' ,
327
+ 'step1InvalidNEVM' : 'Invalid NEVM address' ,
325
328
'step1FSStatus' : 'Status' ,
326
329
'step1FSAmount' : 'Amount' ,
327
330
'step1FSDestinationAddress' : 'Destination Address' ,
0 commit comments