From 4257d1656211b3457b3141b56fc9c66b103d397f Mon Sep 17 00:00:00 2001 From: Satyam Rajkumar Singh Date: Mon, 3 Nov 2025 17:48:58 +0530 Subject: [PATCH] Navigation popup --- artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json index dc28605..f63e35f 100644 --- a/artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json @@ -224,7 +224,13 @@ "A technical error has occurred" ], "buttonText": "OK", - "title": "Error" + "title": "Error", + "navigation-popup": { + "title": "Confirmation", + "message": "Are you sure you want to navigate away from this page? Any unsaved data will be lost.", + "yesBtnTxt": "Leave", + "noBtnTxt": "Stay" + } }, "masterData": { "master-data": "Master Data",