diff --git a/src/lang/en.json b/src/lang/en.json index 976a3f76c..afa5c1417 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -697,12 +697,12 @@ "pauseMonitorMsg": "Are you sure want to pause?", "enableDefaultNotificationDescription": "This notification will be enabled by default for new monitors. You can still disable the notification separately for each monitor.", "Clear All Events": "Clear All Events", - "clearAllEventsMsg": "Are you sure want to delete all events?", + "clearAllEventsMsg": "Are you sure you want to delete all events for all monitors? This permanently removes associated message data and cannot be undone.", "Events cleared successfully": "Events cleared successfully.", "No monitors found": "No monitors found.", "Could not clear events": "Could not clear {failed}/{total} events", - "clearEventsMsg": "Are you sure want to delete all events for this monitor?", - "clearHeartbeatsMsg": "Are you sure want to delete all heartbeats for this monitor?", + "clearEventsMsg": "Are you sure you want to delete all events for this monitor? This permanently removes associated message data and cannot be undone.", + "clearHeartbeatsMsg": "Are you sure you want to delete all heartbeats for this monitor? This permanently removes all heartbeat data and cannot be undone.", "confirmClearStatisticsMsg": "Are you sure you want to delete ALL statistics?", "importHandleDescription": "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.", "confirmImportMsg": "Are you sure you want to import the backup? Please verify you've selected the correct import option.",