diff --git a/src/components/forging/forgingStats.js b/src/components/forging/forgingStats.js index 92867d455..9ff2bf673 100644 --- a/src/components/forging/forgingStats.js +++ b/src/components/forging/forgingStats.js @@ -30,8 +30,8 @@ class ForgingStats extends React.Component { render() { statCardObjects[0].label = this.props.t('Last 24 hours'); [1, 2, 3].forEach((i) => { - statCardObjects[i].label = this.props.t( - 'Last {{count}} days', { count: statCardObjects[i].days }); + statCardObjects[i].label = this.props.t('Last {{count}} days', + { count: statCardObjects[i].days }); }); return ( diff --git a/src/locales/en/common.json b/src/locales/en/common.json index db69d473d..2604cf672 100644 --- a/src/locales/en/common.json +++ b/src/locales/en/common.json @@ -48,6 +48,8 @@ "LSK received": "LSK received", "Language": "Language", "Last 24 hours": "Last 24 hours", + "Last {{count}} days": "Last {{count}} day", + "Last {{count}} days_plural": "Last {{count}} days", "Lisk Address": "Lisk Address", "Login": "Login", "Losing access to this passphrase will mean no funds can be sent from this account.": "Losing access to this passphrase will mean no funds can be sent from this account.",