Skip to content

Commit

Permalink
Fix: Show specific no. of days for staked tokens withdrawal lock time (
Browse files Browse the repository at this point in the history
…#107)

* Update werf.yaml

support node LTS version

* Fix: Show specific no. of days for staked tokens withdrawal lock time period

---------

Co-authored-by: Agnel Nieves <agnelnieves@gmail.com>
Co-authored-by: Oleksandr Fedorenko <104348310+FedokDL@users.noreply.github.com>
Co-authored-by: Oleksandr Fedorenko <oleksandr.fedorenko@distributedlab.com>
  • Loading branch information
4 people authored Oct 29, 2024
1 parent 03b920c commit aefa531
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/localization/resources/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"available-to-claim-title": "Available to claim",
"claim-btn": "Claim {token}",
"dashboard-description--0": "Upon withdrawal, your deposited {token} will be sent to your address. In case of claim, tokens will be minted in the Arbitrum One network. This may take some time.",
"dashboard-note--0": "Note: You can withdraw your {token} {daysCount} days after deposit."
"dashboard-note--0": "Note: You can withdraw your {token} {time} after deposit."
}
},
"mor20-ecosystem": {
Expand Down
1 change: 0 additions & 1 deletion werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ shell:
setup:
- cd /app
- yarn build

---
image: web
from: nginx:alpine
Expand Down

0 comments on commit aefa531

Please sign in to comment.