@@ -91,26 +91,25 @@ export default class AlterationTableTabs extends React.Component<
9191 if ( this . props . alteration ) {
9292 content = (
9393 < span >
94- A list of the oncogenic and mutation effects of { ONCOKB_TM } curated
95- alterations that related to { this . props . hugoSymbol } { ' ' }
96- { this . props . alteration . name } .
94+ Oncogenic and mutation effects of { ONCOKB_TM } curated alterations
95+ related to { this . props . hugoSymbol } { this . props . alteration . name } .
9796 </ span >
9897 ) ;
9998 } else {
10099 content = (
101100 < span >
102- A list of the oncogenic and mutation effects of{ ' ' }
103- < b > all { ONCOKB_TM } curated </ b > { this . props . hugoSymbol } alterations.
101+ Oncogenic and mutation effects of < b > all { ONCOKB_TM } curated </ b > { ' ' }
102+ { this . props . hugoSymbol } alterations.
104103 </ span >
105104 ) ;
106105 }
107106 return content ;
108107 } else if ( key === ANNOTATION_PAGE_TAB_KEYS . TX ) {
109108 return (
110109 < span >
111- A list of the cancer type-specific { this . props . hugoSymbol } alterations
112- that may predict response to a targeted drug and the corresponding{ ' ' }
113- { ONCOKB_TM } level of evidence assigning their level of{ ' ' }
110+ Cancer type-specific { this . props . hugoSymbol } alterations that may
111+ predict response to a targeted drug and the corresponding { ONCOKB_TM } { ' ' }
112+ level of evidence assigning their level of{ ' ' }
114113 < LevelOfEvidencePageLink levelType = { LEVEL_TYPES . TX } >
115114 clinical actionability
116115 </ LevelOfEvidencePageLink >
@@ -120,8 +119,7 @@ export default class AlterationTableTabs extends React.Component<
120119 } else if ( key === ANNOTATION_PAGE_TAB_KEYS . DX ) {
121120 return (
122121 < span >
123- A list of diagnostic { this . props . hugoSymbol } alterations and the
124- corresponding{ ' ' }
122+ Diagnostic { this . props . hugoSymbol } alterations and the corresponding{ ' ' }
125123 < LevelOfEvidencePageLink levelType = { LEVEL_TYPES . DX } >
126124 { ONCOKB_TM } diagnostic level of evidence
127125 </ LevelOfEvidencePageLink >
@@ -131,8 +129,8 @@ export default class AlterationTableTabs extends React.Component<
131129 } else if ( key === ANNOTATION_PAGE_TAB_KEYS . PX ) {
132130 return (
133131 < span >
134- A list of tumor -type specific prognostic { this . props . hugoSymbol } { ' ' }
135- alterations and the corresponding{ ' ' }
132+ Tumor -type specific prognostic { this . props . hugoSymbol } alterations and
133+ the corresponding{ ' ' }
136134 < LevelOfEvidencePageLink levelType = { LEVEL_TYPES . PX } >
137135 { ONCOKB_TM } prognostic level of evidence
138136 </ LevelOfEvidencePageLink >
0 commit comments