Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Update claims to: 'Parent company/supplier group'
Browse files Browse the repository at this point in the history
We heard during the recent OECD conference that many facility owners or
factory groups do not understand use of the language "Parent Company"
as it relates to company structure.

This field in the OAR "Claim a Facility" process, and on the claimed
profiles, has been updated to: "Parent Company / Supplier Group".
  • Loading branch information
TaiWilkin committed Mar 2, 2020
1 parent c9bfe13 commit 165ebd7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/app/src/components/ClaimedFacilitiesDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ function ClaimedFacilitiesDetails({
/>
<ShowOnly when={!isEmpty(contributorOptions)}>
<InputSection
label="Parent Company"
label="Parent Company / Supplier Group"
aside={parentCompanyAside}
value={get(data, 'facility_parent_company.id', null)}
onChange={updateParentCompany}
Expand All @@ -426,7 +426,7 @@ function ClaimedFacilitiesDetails({
</ShowOnly>
<ShowOnly when={!contributorOptions}>
<Typography>
Parent Company
Parent Company / Supplier Group
</Typography>
<Typography>
{get(data, 'facility_parent_company.name', null)}
Expand Down
2 changes: 1 addition & 1 deletion src/app/src/components/DashboardClaimsDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function DashboardClaimsDetails({
}
/>
<InfoSection
label="Facility Parent Company"
label="Facility Parent Company / Supplier Group"
value={
(() => {
const parentCompanyName = get(data, 'facility_parent_company.name', null);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function FacilityDetailsSidebarClaimedInfo({
value={facility.address}
/>
<ClaimInfoSection
label="Parent Company"
label="Parent Company / Supplier Group"
value={
facility.parent_company
? (
Expand Down
2 changes: 1 addition & 1 deletion src/app/src/util/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ export const claimAFacilityFormFields = Object.freeze({
}),
parentCompany: Object.freeze({
id: 'parent-company',
label: 'Parent company',
label: 'Parent company / supplier group',
aside: `If you cannot find the parent company in this list consider
inviting them to register with the Open Apparel Registry.`,
}),
Expand Down

0 comments on commit 165ebd7

Please sign in to comment.