File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
app/pages/StakingPage/Features/DelegationList Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,10 @@ export const DelegationList = memo((props: Props) => {
154154 noHeader = { true }
155155 noDataComponent = {
156156 type === 'active'
157- ? t ( 'account.emptyActiveDelegationsList' , 'There are currently no active delegations.' )
157+ ? t (
158+ 'account.emptyActiveDelegationsList' ,
159+ 'There are currently no active delegations for this account.' ,
160+ )
158161 : t ( 'account.emptyDebondingDelegationsList' , 'There are no debonding delegations for this account.' )
159162 }
160163 columns = { columns }
Original file line number Diff line number Diff line change 1313 "delegate" : " Delegate"
1414 },
1515 "addressCopied" : " Address copied." ,
16- "emptyActiveDelegationsList" : " There are currently no active delegations." ,
16+ "emptyActiveDelegationsList" : " There are currently no active delegations for this account ." ,
1717 "emptyDebondingDelegationsList" : " There are no debonding delegations for this account." ,
1818 "loading" : " Loading account" ,
1919 "loadingError" : " Couldn't load account." ,
You can’t perform that action at this time.
0 commit comments