From a7155c6b0039157b2dd9197a31ab3f086a72486a Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 13 Jan 2025 13:49:52 +0530 Subject: [PATCH] feat: restart recording session alert --- public/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en.json b/public/locales/en.json index c6dc5143..95109ca3 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -230,7 +230,7 @@ "modal": { "confirm_discard": "Are you sure you want to discard the recording?", "confirm_reset": "Are you sure you want to restart the recording?", - "reset_warning": "This will clear all current captures and return you to the home page. Your recording will not be discarded." + "reset_warning": "This will clear all previous captures in the current session. The recording session will restart for the same website." }, "notifications": { "terminated": "Current Recording was terminated",