diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 6756eb8434..a2f80c3ab0 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -948,6 +948,7 @@ "utilizationThreshold": "Utilization threshold (in %)" }, "pageSensors": { + "alert": "This page might take a few minutes to load", "exportFilePrefix": "sensors_", "searchForSensors": "Search for sensors", "table": { diff --git a/src/views/HardwareStatus/Sensors/Sensors.vue b/src/views/HardwareStatus/Sensors/Sensors.vue index da38a661c9..b642c1c999 100644 --- a/src/views/HardwareStatus/Sensors/Sensors.vue +++ b/src/views/HardwareStatus/Sensors/Sensors.vue @@ -1,6 +1,15 @@