diff --git a/react-app/src/i18n/translations/en.json b/react-app/src/i18n/translations/en.json index 4e2409ff..3d2f70cf 100644 --- a/react-app/src/i18n/translations/en.json +++ b/react-app/src/i18n/translations/en.json @@ -62,7 +62,7 @@ "PortfolioScreen.yourPortfolio.reward": "Reward", "PortfolioScreen.yourPortfolio.stake": "Stake", "PortfolioScreen.yourPortfolio.unstaking": "Unstaking", - "Proposal.status.depositPeriod": "Deposit", + "Proposal.status.depositPeriod": "Depositing", "Proposal.status.failed": "Failed", "Proposal.status.invalid": "Invalid", "Proposal.status.passed": "Passed", diff --git a/react-app/src/i18n/translations/zh.json b/react-app/src/i18n/translations/zh.json index 9dc89467..8287f24d 100644 --- a/react-app/src/i18n/translations/zh.json +++ b/react-app/src/i18n/translations/zh.json @@ -62,7 +62,7 @@ "PortfolioScreen.yourPortfolio.reward": "Reward", "PortfolioScreen.yourPortfolio.stake": "Stake", "PortfolioScreen.yourPortfolio.unstaking": "Unstaking", - "Proposal.status.depositPeriod": "Deposit", + "Proposal.status.depositPeriod": "Depositing", "Proposal.status.failed": "Failed", "Proposal.status.invalid": "Invalid", "Proposal.status.passed": "Passed",