File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ const NervosDAO = ({
250250 return (
251251 < >
252252 < Text as = "h2" variant = "xxLarge" >
253- { t ( 'nervos-dao.deposit-records ' ) }
253+ { t ( 'nervos-dao.deposit-receipts ' ) }
254254 </ Text >
255255 < Stack >
256256 { records . map ( ( record , i ) => {
Original file line number Diff line number Diff line change 312312 "free" : " Free" ,
313313 "locked" : " Locked" ,
314314 "deposit" : " Deposit" ,
315- "deposit-records " : " Deposit Records " ,
315+ "deposit-receipts " : " Deposit Receipts " ,
316316 "apy" : " APY" ,
317317 "deposit-at" : " Deposit at {{time}}" ,
318318 "claim" : " Claim" ,
Original file line number Diff line number Diff line change 312312 "free" : " 当前可用" ,
313313 "locked" : " 已锁定" ,
314314 "deposit" : " 存入" ,
315- "deposit-records " : " 存款记录 " ,
315+ "deposit-receipts " : " 存款凭证 " ,
316316 "apy" : " 预期年化利率" ,
317317 "deposit-at" : " 存入于{{time}}" ,
318318 "claim" : " 取款" ,
You can’t perform that action at this time.
0 commit comments