Skip to content

Commit

Permalink
update the workding for the unbonding button
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab committed Nov 26, 2024
1 parent d661aa9 commit a565035
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-staking",
"version": "0.3.12",
"version": "0.3.13",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Delegations/Delegation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const Delegation: React.FC<DelegationProps> = ({
data-tooltip-id="tooltip-unbonding"
data-tooltip-content={
shouldDisableUnbonding()
? "Unbonding is temporarily disabled"
? "Unbonding temporarily unavailable"
: ""
}
data-tooltip-place="left"
Expand Down

0 comments on commit a565035

Please sign in to comment.