Skip to content

Commit

Permalink
fixing translation of claim_collateral_fees
Browse files Browse the repository at this point in the history
  • Loading branch information
ioxbank authored and sschiessl-bcp committed Jan 17, 2023
1 parent d853b76 commit 8c708e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Account/FeePoolOperation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ class FeePoolOperation extends React.Component {
})}
onClick={this.onClaimCollateralFees.bind(this)}
>
<Translate content="explorer.asset.fee_pool.claim_collateral_fees" />
<Translate content="explorer.asset.fee_pool.claim_fees" />
</button>
<button
className="button outline"
Expand Down

0 comments on commit 8c708e2

Please sign in to comment.