From 5305ce9741b04ca8a64d862b8aef4d2f9962b4a2 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Sun, 15 Oct 2017 18:09:02 +0300
Subject: [PATCH] Issue #2916369: Updated the description for the published
 field in add/edit content

---
 .../core.base_field_override.node.landing_page.status.yml     | 4 ++--
 .../install/core.base_field_override.node.page.status.yml     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/varbase_features/varbase_landing/config/install/core.base_field_override.node.landing_page.status.yml b/modules/varbase_features/varbase_landing/config/install/core.base_field_override.node.landing_page.status.yml
index d07da3fc..64a63bbe 100644
--- a/modules/varbase_features/varbase_landing/config/install/core.base_field_override.node.landing_page.status.yml
+++ b/modules/varbase_features/varbase_landing/config/install/core.base_field_override.node.landing_page.status.yml
@@ -7,8 +7,8 @@ id: node.landing_page.status
 field_name: status
 entity_type: node
 bundle: landing_page
-label: 'Publishing status'
-description: 'A boolean indicating whether the node is published.'
+label: 'Published?'
+description: 'If checked, this content will be published. Keep unchecked to save it unpublished as draft.'
 required: false
 translatable: false
 default_value:
diff --git a/modules/varbase_features/varbase_page/config/install/core.base_field_override.node.page.status.yml b/modules/varbase_features/varbase_page/config/install/core.base_field_override.node.page.status.yml
index 15f8b19f..9ec186ac 100644
--- a/modules/varbase_features/varbase_page/config/install/core.base_field_override.node.page.status.yml
+++ b/modules/varbase_features/varbase_page/config/install/core.base_field_override.node.page.status.yml
@@ -7,8 +7,8 @@ id: node.page.status
 field_name: status
 entity_type: node
 bundle: page
-label: 'Publishing status'
-description: 'A boolean indicating whether the node is published.'
+label: 'Published?'
+description: 'If checked, this content will be published. Keep unchecked to save it unpublished as draft.'
 required: false
 translatable: false
 default_value:
-- 
GitLab