diff --git a/src/localization/resources/en.json b/src/localization/resources/en.json index 75b7f19..a57af68 100644 --- a/src/localization/resources/en.json +++ b/src/localization/resources/en.json @@ -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": { diff --git a/werf.yaml b/werf.yaml index 36f0299..c78892f 100644 --- a/werf.yaml +++ b/werf.yaml @@ -23,7 +23,6 @@ shell: setup: - cd /app - yarn build - --- image: web from: nginx:alpine