diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index a8164e1e..454ef214 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -370,6 +370,7 @@ "interval_days": "{{count}} day", "interval_days_plural": "{{count}} days", "time_period": "Time period", + "time_period_desc": "If you decrease the interval value — some data will be lost", "domain": "Domain", "answer": "Answer", "filter_added_successfully": "The filter has been successfully added" diff --git a/client/src/components/Settings/StatsConfig/Form.js b/client/src/components/Settings/StatsConfig/Form.js index fa7e117c..828ffa15 100644 --- a/client/src/components/Settings/StatsConfig/Form.js +++ b/client/src/components/Settings/StatsConfig/Form.js @@ -37,12 +37,15 @@ const Form = (props) => {