From e5d53470d76d0e56efd1271c7a1fc81ee7776193 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Tue, 15 Sep 2020 11:43:59 +0530 Subject: [PATCH] fix: Better label for hero button action --- frappe/website/web_template/hero/hero.json | 8 ++++---- .../hero_with_right_image/hero_with_right_image.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frappe/website/web_template/hero/hero.json b/frappe/website/web_template/hero/hero.json index ca5a0b2d41..e08fb9ff76 100644 --- a/frappe/website/web_template/hero/hero.json +++ b/frappe/website/web_template/hero/hero.json @@ -24,7 +24,7 @@ { "fieldname": "primary_action", "fieldtype": "Data", - "label": "Primary Action", + "label": "Primary Action URL", "reqd": 0 }, { @@ -36,7 +36,7 @@ { "fieldname": "secondary_action", "fieldtype": "Data", - "label": "Secondary Action", + "label": "Secondary Action URL", "reqd": 0 }, { @@ -47,8 +47,8 @@ "reqd": 0 } ], - "idx": 1, - "modified": "2020-09-11 15:52:40.707630", + "idx": 0, + "modified": "2020-09-15 11:42:46.886991", "modified_by": "Administrator", "name": "Hero", "owner": "Administrator", diff --git a/frappe/website/web_template/hero_with_right_image/hero_with_right_image.json b/frappe/website/web_template/hero_with_right_image/hero_with_right_image.json index 6eff181498..23a766730a 100644 --- a/frappe/website/web_template/hero_with_right_image/hero_with_right_image.json +++ b/frappe/website/web_template/hero_with_right_image/hero_with_right_image.json @@ -36,7 +36,7 @@ { "fieldname": "primary_action", "fieldtype": "Data", - "label": "Primary Action", + "label": "Primary Action URL", "reqd": 0 }, { @@ -48,12 +48,12 @@ { "fieldname": "secondary_action", "fieldtype": "Data", - "label": "Secondary Action", + "label": "Secondary Action URL", "reqd": 0 } ], "idx": 0, - "modified": "2020-09-11 15:52:40.636795", + "modified": "2020-09-15 11:43:00.556847", "modified_by": "Administrator", "name": "Hero with Right Image", "owner": "Administrator",