update tooltip text

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

View File

@@ -73,7 +73,7 @@ type EMSESPDevicesFormProps = RestFormProps<EMSESPDevices> &
class EMSESPDevicesForm extends Component<
EMSESPDevicesFormProps,
EMSESPDevicesFormState
> {
> {
state: EMSESPDevicesFormState = {
confirmScanDevices: false,
processing: false,
@@ -123,7 +123,7 @@ class EMSESPDevicesForm extends Component<
onClick={() => this.handleRowClick(device.id)}
>
<TableCell component="th" scope="row">
<Tooltip title="show values..." arrow placement="right-end">
<Tooltip title="click for details..." arrow placement="right-end">
<Button
startIcon={<ListIcon />}
size="small"