Skip to content

Commit

Permalink
Merge pull request #124 from reactioncommerce/fix-mikemurray-123-dt-l…
Browse files Browse the repository at this point in the history
…abel

fix: use label prop for "Page"
  • Loading branch information
mikemurray authored Oct 18, 2019
2 parents 721fc0c + 07bfd04 commit df63d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/components/DataTable/DataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const DataTable = React.forwardRef(function DataTable(props, ref) {
alignItems="center"
paddingRight={2}
>
<Typography component="span" variant="body2">{"Page"}</Typography>
<Typography component="span" variant="body2">{labels.page}</Typography>
<Box maxWidth={80} paddingLeft={1} paddingRight={1}>
<TextField
className={classes.textField}
Expand Down

0 comments on commit df63d60

Please sign in to comment.