Skip to content

Commit

Permalink
Changed the label from 'Provisional Code Assignment' to 'Provisionall…
Browse files Browse the repository at this point in the history
…y Assigned' to avoid any perceptions that the codes are what is provisional
  • Loading branch information
melissacline committed Aug 24, 2024
1 parent 5ff845e commit e76a7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/js/components/ProvisionalEvidenceTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class ProvisionalEvidenceTile extends React.Component {
// Attempt to retrieve the prop name of the provisional code so we can put the value in the subsection header
let extraHeaderProp = false ;
for ( const dataItem of groupData ) {
if (dataItem.title === "Provisional Code Assignment" ) {
if (dataItem.title === "Provisionally Assigned" ) {
extraHeaderProp = dataItem.prop ;
}
}
Expand Down

0 comments on commit e76a7dc

Please sign in to comment.