Skip to content

Commit 7cb7dea

Browse files
authored
fix: unstaking label (#1911)
1 parent 384d1d9 commit 7cb7dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/forms/StakingForms/UnstakeForm/UnstakeFormInputContents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const UnstakeFormInputContents = ({
103103
key: 'amount',
104104
label: (
105105
<span tw="inlineRow">
106-
{stringGetter({ key: STRING_KEYS.UNSTAKED_BALANCE })}
106+
{stringGetter({ key: STRING_KEYS.STAKED_BALANCE })}
107107
<Tag>{chainTokenLabel}</Tag>
108108
</span>
109109
),

0 commit comments

Comments
 (0)