From a78e9350cd18b3f76decb3101e17fa3c002b536e Mon Sep 17 00:00:00 2001 From: Rahul Garud Date: Tue, 3 Sep 2024 18:37:39 +0530 Subject: [PATCH] replaced Active to active --- public/locales/en/common.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 59538c81..e16f25df 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -29,9 +29,9 @@ "SUBMIT": "Submit", "BACK": "Back", "CANCEL": "Cancel", - "ARE_YOU_SURE_DELETE": "There are {{block}} Active blocks in this district you cannot delete it.", + "ARE_YOU_SURE_DELETE": "There are {{block}} active blocks in this district you cannot delete it.", "NO_ACTIVE_BLOCKS_DELETE": "There are no active blocks in this district. Do you want to delete it?", - "ARE_YOU_SURE_DELETE_BLOCK": "There are {{centerCount}} Active centers in this block you cannot delete it", + "ARE_YOU_SURE_DELETE_BLOCK": "There are {{centerCount}} active centers in this block you cannot delete it", "NO_ACTIVE_CENTERS_DELETE": "There are no active centers in this block. Do you want to delete it?", "CONFIRM_DELETE": "Confirm Delete", "ADD_STATE": "Add New State",