Fix strings

This commit is contained in:
Andrey Meshkov
2018-10-10 17:24:12 +03:00
parent 945bd24f67
commit 90bef94500
9 changed files with 14 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
import Card from '../ui/Card';
const Statistics = props => (
<Card title="Statistics" subtitle="Last 24 hours" bodyType="card-graph" refresh={props.refreshButton}>
<Card title="Statistics" subtitle="for the last 24 hours" bodyType="card-graph" refresh={props.refreshButton}>
{props.history ?
<ResponsiveLine
data={props.history}