From 7d7f12b5b18274e385d3b6416b6dd7f6aa212fe4 Mon Sep 17 00:00:00 2001 From: Hemanth Rachapalli <92920794+hemanth5544@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:49:12 +0530 Subject: [PATCH] feat(ux): changed warning msg (#7300) --- src/lang/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.",