From c8aaa189d05dadba7bf6c16fb38c8787c90bc335 Mon Sep 17 00:00:00 2001 From: Chee-Ng Date: Thu, 11 Dec 2025 17:01:19 +0000 Subject: [PATCH] copy change --- .../includes/wp-rest-api/CustomFrameworkApi.php | 4 ++-- .../fewbricks_definitions/bricks/cas-call-off-schedules.php | 4 ++-- .../fewbricks_definitions/bricks/cas-framework-schedules.php | 4 ++-- .../fewbricks_definitions/bricks/cas-joint-schedules.php | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/wp-content/plugins/ccs-salesforce/includes/wp-rest-api/CustomFrameworkApi.php b/public/wp-content/plugins/ccs-salesforce/includes/wp-rest-api/CustomFrameworkApi.php index ec9a47f9c..6d0877114 100644 --- a/public/wp-content/plugins/ccs-salesforce/includes/wp-rest-api/CustomFrameworkApi.php +++ b/public/wp-content/plugins/ccs-salesforce/includes/wp-rest-api/CustomFrameworkApi.php @@ -404,10 +404,10 @@ public function preparing_cas_documents_content($documentsArray, $typeOfSchedule $documentsArray[$key][$typeOfSchedules . '_document_usage'] = 'Read only'; break; case 'enter_detail': - $documentsArray[$key][$typeOfSchedules . '_document_usage'] = 'You will need to enter details in this document'; + $documentsArray[$key][$typeOfSchedules . '_document_usage'] = 'You must complete the relevant sections in this document'; break; case 'enter_detail_optional': - $documentsArray[$key][$typeOfSchedules . '_document_usage'] = 'If you use this schedule, you will need to enter details in this document'; + $documentsArray[$key][$typeOfSchedules . '_document_usage'] = 'If you use this document, you must complete the relevant sections'; break; } $documentsArray[$key][$typeOfSchedules . '_file_size'] = $attachment["filesize"]; diff --git a/public/wp-content/plugins/fewbricks_definitions/bricks/cas-call-off-schedules.php b/public/wp-content/plugins/fewbricks_definitions/bricks/cas-call-off-schedules.php index 0342a3e3a..3712db5fd 100644 --- a/public/wp-content/plugins/fewbricks_definitions/bricks/cas-call-off-schedules.php +++ b/public/wp-content/plugins/fewbricks_definitions/bricks/cas-call-off-schedules.php @@ -56,8 +56,8 @@ public function set_fields() { 'id' => ''), 'choices' => array( 'read_only' => 'Read only', - 'enter_detail' => 'You will need to enter details in this document', - 'enter_detail_optional' => 'If you use this schedule, you will need to enter details in this document', + 'enter_detail' => 'You must complete the relevant sections in this document', + 'enter_detail_optional' => 'If you use this document, you must complete the relevant sections', ), 'required' => 1, ] ) ) diff --git a/public/wp-content/plugins/fewbricks_definitions/bricks/cas-framework-schedules.php b/public/wp-content/plugins/fewbricks_definitions/bricks/cas-framework-schedules.php index 07414f47f..acb4bdff0 100644 --- a/public/wp-content/plugins/fewbricks_definitions/bricks/cas-framework-schedules.php +++ b/public/wp-content/plugins/fewbricks_definitions/bricks/cas-framework-schedules.php @@ -44,8 +44,8 @@ public function set_fields() { 'id' => ''), 'choices' => array( 'read_only' => 'Read only', - 'enter_detail' => 'You will need to enter details in this document', - 'enter_detail_optional' => 'If you use this schedule, you will need to enter details in this document', + 'enter_detail' => 'You must complete the relevant sections in this document', + 'enter_detail_optional' => 'If you use this document, you must complete the relevant sections', ), 'required' => 1, ] ) ) diff --git a/public/wp-content/plugins/fewbricks_definitions/bricks/cas-joint-schedules.php b/public/wp-content/plugins/fewbricks_definitions/bricks/cas-joint-schedules.php index f9e173f92..949fd9ea5 100644 --- a/public/wp-content/plugins/fewbricks_definitions/bricks/cas-joint-schedules.php +++ b/public/wp-content/plugins/fewbricks_definitions/bricks/cas-joint-schedules.php @@ -56,8 +56,8 @@ public function set_fields() { 'id' => ''), 'choices' => array( 'read_only' => 'Read only', - 'enter_detail' => 'You will need to enter details in this document', - 'enter_detail_optional' => 'If you use this schedule, you will need to enter details in this document', + 'enter_detail' => 'You must complete the relevant sections in this document', + 'enter_detail_optional' => 'If you use this document, you must complete the relevant sections', ), 'required' => 1, ] ) )