Skip to content

Commit

Permalink
chore: cbc change that was missed
Browse files Browse the repository at this point in the history
  • Loading branch information
AntBush committed Oct 25, 2024
1 parent f31c8e2 commit c57c19b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/formSchema/analyst/cbc/eventsAndDates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const eventsAndDates: RJSFSchema = {
},
announcedByProvince: {
type: 'boolean',
title: 'Announced by Province',
title: 'Announced by BC/ISED',
oneOf: [
{ const: true, title: 'Yes' },
{ const: false, title: 'No' },
Expand Down
2 changes: 1 addition & 1 deletion app/formSchema/uiSchema/cbc/eventsAndDatesUiSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const eventsAndDatesUiSchema = {
},
announcedByProvince: {
'ui:widget': 'RadioWidget',
'ui:label': 'Announced By Province',
'ui:label': 'Announced By BC/ISED',
},
dateApplicationReceived: {
'ui:widget': 'DatePickerWidget',
Expand Down

0 comments on commit c57c19b

Please sign in to comment.