diff --git a/ui/pages/Public/components/FeatureUpdates.jsx b/ui/pages/Public/components/FeatureUpdates.jsx index 26a8618a75..542ccbec3b 100644 --- a/ui/pages/Public/components/FeatureUpdates.jsx +++ b/ui/pages/Public/components/FeatureUpdates.jsx @@ -13,9 +13,9 @@ const getDateFromDateStr = dateStr => ( const FeatureUpdatesFeed = ({ entries }) => (
- CPG Updates + CaRDinal Updates - This page serves as an announcement hub for CPG seqr updates, sourced from this + This page serves as an announcement hub for CaRDinal seqr updates, sourced from this   GitHub Discussion . diff --git a/ui/pages/Public/components/LandingPage.jsx b/ui/pages/Public/components/LandingPage.jsx index 87e27c67b3..4f01b43493 100644 --- a/ui/pages/Public/components/LandingPage.jsx +++ b/ui/pages/Public/components/LandingPage.jsx @@ -106,7 +106,7 @@ const LandingPage = () => ( Please use the   - CPG's GitHub issues page + CaRDinal seqr GitHub issues page   to submit bug reports or feature requests diff --git a/ui/pages/Public/components/PrivacyPolicy.jsx b/ui/pages/Public/components/PrivacyPolicy.jsx index 5638d6a932..aede5bf442 100644 --- a/ui/pages/Public/components/PrivacyPolicy.jsx +++ b/ui/pages/Public/components/PrivacyPolicy.jsx @@ -3,7 +3,7 @@ import { Header, Segment, List } from 'semantic-ui-react' export default () => ( -
+
Please read these terms and conditions carefully before using this site.
diff --git a/ui/pages/Public/components/TermsOfService.jsx b/ui/pages/Public/components/TermsOfService.jsx index c5f47c039e..0c9a613413 100644 --- a/ui/pages/Public/components/TermsOfService.jsx +++ b/ui/pages/Public/components/TermsOfService.jsx @@ -3,7 +3,7 @@ import { Header, Segment, List } from 'semantic-ui-react' export default () => ( -
+
Please read these terms of service carefully before using this site.
diff --git a/ui/pages/SummaryData/components/ExternalAnalysis.jsx b/ui/pages/SummaryData/components/ExternalAnalysis.jsx index ab7eb5cc4e..f0390fe192 100644 --- a/ui/pages/SummaryData/components/ExternalAnalysis.jsx +++ b/ui/pages/SummaryData/components/ExternalAnalysis.jsx @@ -17,7 +17,7 @@ const UPLOAD_FIELDS = [ component: Select, options: [ ...FAMILY_ANALYSED_BY_DATA_TYPES.map(([value, text]) => ({ value, text })), - { value: 'AIP' }, { value: 'CPG: Full Talos report' }, + { value: 'AIP' }, { value: 'CaRDinal: Full Talos report' }, ], validate: validators.required, }, diff --git a/ui/shared/components/panel/view-fields/TagFieldView.jsx b/ui/shared/components/panel/view-fields/TagFieldView.jsx index 28b694feab..a9b8ad0df4 100644 --- a/ui/shared/components/panel/view-fields/TagFieldView.jsx +++ b/ui/shared/components/panel/view-fields/TagFieldView.jsx @@ -63,7 +63,7 @@ const METADATA_FIELD_PROPS = { fluid: true, allowAdditions: true, addValueOptions: true, - options: ['Polymorphism', 'Artefact', 'No phenotypic fit'].map(value => ({ value })), + options: ['Polymorphism', 'Artefact', 'No phenotypic fit', 'Irrelevant expression', 'Does not segregate'].map(value => ({ value })), placeholder: 'Select test types or add your own', ...LIST_FORMAT_PROPS, },