Skip to content

Commit 3ab4c23

Browse files
author
lukaw3d
committed
Reword empty delegations text to be consistent with debonding
1 parent 97eb51d commit 3ab4c23

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/app/pages/StakingPage/Features/DelegationList/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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}

src/locales/en/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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.",

0 commit comments

Comments
 (0)