Skip to content

Commit

Permalink
text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-belcher committed Nov 16, 2023
1 parent 92ea530 commit 9469391
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/services/ui/src/pages/form/proto.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ export const ABP1: Document = {
{
rhf: "Input",
label:
"Incremental dollar amount",
"Incremental amount ($)",
name: "dollar_incremental_amount_statewide_std",
props: {
icon: "$",
Expand Down Expand Up @@ -711,7 +711,7 @@ export const ABP1: Document = {
{
rhf: "Input",
label:
"Incremental dollar amount",
"Incremental amount ($)",
name: "dollar_incremental_amount",
props: {
icon: "$",
Expand Down Expand Up @@ -848,7 +848,7 @@ export const ABP1: Document = {
{
rhf: "Input",
label:
"Incremental dollar amount",
"Incremental amount ($)",
name: "dollar_incremental_amount",
props: {
icon: "$",
Expand Down Expand Up @@ -984,7 +984,7 @@ export const ABP1: Document = {
{
rhf: "Input",
label:
"Incremental dollar amount",
"Incremental amount ($)",
name: "dollar_incremental_amount",
props: {
icon: "$",
Expand Down Expand Up @@ -1257,11 +1257,16 @@ export const ABP1: Document = {
form: [
{
description:
"Other information related to selection of the Section 1937 coverage option and the base benchmark plan (optional)",
"Any other information the state/territory wishes to provide about the population (optional)",
// "Other information related to selection of the Section 1937 coverage option and the base benchmark plan (optional)",
slots: [
{
name: "additional_information",
rhf: "Textarea",
props: {
charcount: "limited",
maxLength: 4000,
},
},
],
},
Expand Down

0 comments on commit 9469391

Please sign in to comment.