update tooltip text

This commit is contained in:
proddy
2020-10-10 18:02:43 +02:00
parent ac6ce339b3
commit 91005250d5

View File

@@ -123,7 +123,7 @@ class EMSESPDevicesForm extends Component<
onClick={() => this.handleRowClick(device.id)} onClick={() => this.handleRowClick(device.id)}
> >
<TableCell component="th" scope="row"> <TableCell component="th" scope="row">
<Tooltip title="show values..." arrow placement="right-end"> <Tooltip title="click for details..." arrow placement="right-end">
<Button <Button
startIcon={<ListIcon />} startIcon={<ListIcon />}
size="small" size="small"