From 92f017f1976f5b85e669323142f04123076cab03 Mon Sep 17 00:00:00 2001 From: sonali Date: Fri, 29 Nov 2024 18:49:17 +0530 Subject: [PATCH] " label change Details to default" --- src/components/Schema/Subscription.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Schema/Subscription.json b/src/components/Schema/Subscription.json index d9a31a1..aca1188 100644 --- a/src/components/Schema/Subscription.json +++ b/src/components/Schema/Subscription.json @@ -53,10 +53,10 @@ } }, { - "label": "Details", + "label": "Default", "type": "checkbox", "varient": "standard", - "name": "details" + "name": "default" }, { "label": "Enable", @@ -73,10 +73,10 @@ "name": "title" }, { - "label": "Details", + "label": "Default", "type": "text", "varient": "standard", - "name": "details" + "name": "default" }, {