diff --git a/dashboard/static/index.html b/dashboard/static/index.html index a4eeaf1..f267d12 100644 --- a/dashboard/static/index.html +++ b/dashboard/static/index.html @@ -195,8 +195,8 @@ const HUMAN = { closed: 'Closed', opened: 'Opened', opening_alert: 'Opening', closing_alert: 'Closing', }, - vibration_status: { no_vibration: 'Idle', vibration_detected: 'Vibration!' }, - magnet_status: { no_magnet: 'None', magnet_detected: 'Detected!' }, + vibration_status: { no_vibration: 'No vibration', vibration_detected: 'Vibration detected' }, + magnet_status: { no_magnet: 'No magnet nearby', magnet_detected: 'Magnet detected' }, }; function humanize(field, value) {