File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed
components/anonNumber/historyTable/historyRow Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ export default {
99
99
100
100
methods: {
101
101
open () {
102
- console .log (' open' , this .isVisible );
103
102
! this .isVisible && this .$bus .$emit (' tx-close-all' );
104
103
this .isVisible = ! this .isVisible ;
105
104
},
Original file line number Diff line number Diff line change @@ -228,12 +228,12 @@ export default {
228
228
error_button : 'Try again' ,
229
229
} ,
230
230
231
- mint : 'Sold ' ,
231
+ mint : 'Mint ' ,
232
232
sold : 'Sold' ,
233
- transfer : 'Sold ' ,
234
- burn : 'Sold ' ,
235
- 'put-up-for-sale' : 'Sold ' ,
236
- 'cancel-sale' : 'Sold ' ,
233
+ transfer : 'Transfer ' ,
234
+ burn : 'Burn ' ,
235
+ 'put-up-for-sale' : 'Put up for sale ' ,
236
+ 'cancel-sale' : 'Cancel sale ' ,
237
237
} ,
238
238
error : {
239
239
redirect_invalid : 'This address in not an NFT' ,
Original file line number Diff line number Diff line change @@ -96,8 +96,6 @@ export default {
96
96
from : 'От' ,
97
97
to : 'Кому' ,
98
98
time : 'Время' ,
99
-
100
-
101
99
} ,
102
100
103
101
nfts : {
@@ -230,12 +228,12 @@ export default {
230
228
error_button : 'Повторить' ,
231
229
} ,
232
230
233
- mint : 'Продано ' ,
231
+ mint : 'Создано ' ,
234
232
sold : 'Продано' ,
235
- transfer : 'Продано ' ,
236
- burn : 'Продано ' ,
237
- 'put-up-for-sale' : 'Продано ' ,
238
- 'cancel-sale' : 'Продано ' ,
233
+ transfer : 'Передано ' ,
234
+ burn : 'Сожжено ' ,
235
+ 'put-up-for-sale' : 'Выставлено на продажу ' ,
236
+ 'cancel-sale' : 'Снято с продажи ' ,
239
237
} ,
240
238
error : {
241
239
redirect_invalid : 'Этот адрес не является NFT' ,
You can’t perform that action at this time.
0 commit comments