diff --git a/src/components/HideDataBefore.tsx b/src/components/HideDataBefore.tsx
index 6492ac7f..c90ae4a5 100644
--- a/src/components/HideDataBefore.tsx
+++ b/src/components/HideDataBefore.tsx
@@ -7,6 +7,7 @@ import { Secondary } from './Buttons.js'
export const HideDataBefore = () => {
const { hideDataBefore, device } = useDevice()
const [inProgress, setInProgress] = useState
@@ -22,7 +23,8 @@ export const HideDataBefore = () => {
key={device.hideDataBefore.toISOString()}
date={device.hideDataBefore}
/>{' '}
- is hidden.
+ is hidden. New data will show up once it is reported by the device
+ again.
+ +