Skip to content

Commit 1b4c1f3

Browse files
authored
Merge pull request #720 from Crown-Commercial-Service/development
DEV TO UAT
2 parents 4dc89ca + ee8dc39 commit 1b4c1f3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

public/wp-content/plugins/ccs-salesforce/includes/wp-rest-api/CustomFrameworkApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,10 @@ public function preparing_cas_documents_content($documentsArray, $typeOfSchedule
404404
$documentsArray[$key][$typeOfSchedules . '_document_usage'] = 'Read only';
405405
break;
406406
case 'enter_detail':
407-
$documentsArray[$key][$typeOfSchedules . '_document_usage'] = 'You will need to enter details in this document';
407+
$documentsArray[$key][$typeOfSchedules . '_document_usage'] = 'You must complete the relevant sections in this document';
408408
break;
409409
case 'enter_detail_optional':
410-
$documentsArray[$key][$typeOfSchedules . '_document_usage'] = 'If you use this schedule, you will need to enter details in this document';
410+
$documentsArray[$key][$typeOfSchedules . '_document_usage'] = 'If you use this document, you must complete the relevant sections';
411411
break;
412412
}
413413
$documentsArray[$key][$typeOfSchedules . '_file_size'] = $attachment["filesize"];

public/wp-content/plugins/fewbricks_definitions/bricks/cas-call-off-schedules.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public function set_fields() {
5656
'id' => ''),
5757
'choices' => array(
5858
'read_only' => 'Read only',
59-
'enter_detail' => 'You will need to enter details in this document',
60-
'enter_detail_optional' => 'If you use this schedule, you will need to enter details in this document',
59+
'enter_detail' => 'You must complete the relevant sections in this document',
60+
'enter_detail_optional' => 'If you use this document, you must complete the relevant sections',
6161
),
6262
'required' => 1,
6363
] ) )

public/wp-content/plugins/fewbricks_definitions/bricks/cas-framework-schedules.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public function set_fields() {
4444
'id' => ''),
4545
'choices' => array(
4646
'read_only' => 'Read only',
47-
'enter_detail' => 'You will need to enter details in this document',
48-
'enter_detail_optional' => 'If you use this schedule, you will need to enter details in this document',
47+
'enter_detail' => 'You must complete the relevant sections in this document',
48+
'enter_detail_optional' => 'If you use this document, you must complete the relevant sections',
4949
),
5050
'required' => 1,
5151
] ) )

public/wp-content/plugins/fewbricks_definitions/bricks/cas-joint-schedules.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public function set_fields() {
5656
'id' => ''),
5757
'choices' => array(
5858
'read_only' => 'Read only',
59-
'enter_detail' => 'You will need to enter details in this document',
60-
'enter_detail_optional' => 'If you use this schedule, you will need to enter details in this document',
59+
'enter_detail' => 'You must complete the relevant sections in this document',
60+
'enter_detail_optional' => 'If you use this document, you must complete the relevant sections',
6161
),
6262
'required' => 1,
6363
] ) )

0 commit comments

Comments
 (0)