Skip to content

Commit

Permalink
Minor label changes for #3369
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Dec 12, 2024
1 parent f036ca9 commit 129207c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions forms/other/regionalCapacityServicesReportV1.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
{
"dataType": "number",
"name": "organisationPanelProjectValue",
"description": "Enter the total dollar value (GST inclusive) for the Deed and all Contracts (including <span style='white-space: nowrap;'>non-DCCEEW</span> Contracts).",
"description": "Total dollar value (GST inclusive) for the Deed and all Contracts (including <span style='white-space: nowrap;'>non-DCCEEW</span> Contracts).",
"validate": "required,min[0]"
},
{
Expand Down Expand Up @@ -731,7 +731,7 @@
"items": [
{
"css": "span7",
"preLabel": "What is your total organisation panel/project $ value (GST inclusive)?",
"preLabel": "Your total organisation panel/project $ value (GST inclusive).",
"source": "organisationPanelProjectValue",
"type": "number",
"readonly": true
Expand Down
4 changes: 2 additions & 2 deletions forms/other/regionalCapacityServicesReportV2.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
{
"dataType": "number",
"name": "organisationPanelProjectValue",
"description": "Enter the total dollar value (GST inclusive) for the Deed and all Contracts (including <span style='white-space: nowrap;'>non-DCCEEW</span> Contracts).",
"description": "Total dollar value (GST inclusive) for the Deed and all Contracts (including <span style='white-space: nowrap;'>non-DCCEEW</span> Contracts).",
"validate": "required,min[0]"
},
{
Expand Down Expand Up @@ -681,7 +681,7 @@
"items": [
{
"css": "span7",
"preLabel": "What is your total organisation panel/project $ value (GST inclusive)?",
"preLabel": "Your total organisation panel/project $ value (GST inclusive).",
"source": "organisationPanelProjectValue",
"type": "number",
"readonly": true
Expand Down
4 changes: 2 additions & 2 deletions forms/other/regionalCapacityServicesReportV3.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
{
"dataType": "number",
"name": "organisationPanelProjectValue",
"description": "Enter the total dollar value (GST inclusive) for the Deed and all Contracts (including <span style='white-space: nowrap;'>non-DCCEEW</span> Contracts).",
"description": "Total dollar value (GST inclusive) for the Deed and all Contracts (including <span style='white-space: nowrap;'>non-DCCEEW</span> Contracts).",
"validate": "required,min[0]"
},
{
Expand Down Expand Up @@ -642,7 +642,7 @@
"items": [
{
"css": "span7",
"preLabel": "What is your total organisation panel/project $ value (GST inclusive)?",
"preLabel": "Your total organisation panel/project $ value (GST inclusive).",
"source": "organisationPanelProjectValue",
"type": "number",
"readonly": true
Expand Down
2 changes: 1 addition & 1 deletion grails-app/views/organisation/_serviceTargets.gsp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- ko with:reportingTargetsAndFunding() -->
<h4>${title ?: "Organisation services and minimum targets"}</h4>
<h4>${title ?: "Organisation targets"}</h4>
<!-- ko with: services -->
<table class="table service-targets">
<thead>
Expand Down
4 changes: 2 additions & 2 deletions src/main/scripts/releases/4.1/configureIPPRS.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var scores = [
type: "filter"
},
"childAggregations": [{
"property": "data.workforcePerformancePercentage",
"property": "data.tmp.workforcePerformancePercentage",
"type": "AVERAGE"
}]
},
Expand All @@ -44,7 +44,7 @@ var scores = [
type: "filter"
},
"childAggregations": [{
"property": "data.workforcePerformancePercentage",
"property": "data.tmp.supplyChainPerformancePercentage",
"type": "AVERAGE"
}]
},
Expand Down

0 comments on commit 129207c

Please sign in to comment.