File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ type ConfirmationFieldListProps = {
6666 /** Whether the surface is read-only */
6767 isReadOnly : boolean ;
6868
69- /** Whether the user has confirmed (locks editable affordances ) */
69+ /** Whether the user has confirmed (locks editable controls ) */
7070 didConfirm : boolean ;
7171
7272 /** Whether the new manual expense flow beta is enabled */
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ type ClassificationFieldsProps = {
5454 /** Whether the surface is read-only */
5555 isReadOnly : boolean ;
5656
57- /** Whether the user has confirmed (locks editable affordances ) */
57+ /** Whether the user has confirmed (locks editable controls ) */
5858 didConfirm : boolean ;
5959
6060 /** Whether the categories field should be displayed */
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ type TransactionDetailsFieldsProps = {
3636 /** Whether the surface is read-only */
3737 isReadOnly : boolean ;
3838
39- /** Whether the user has confirmed (locks editable affordances ) */
39+ /** Whether the user has confirmed (locks editable controls ) */
4040 didConfirm : boolean ;
4141
4242 /** Whether the new manual expense flow beta is enabled */
You can’t perform that action at this time.
0 commit comments