Skip to content

Commit db627a6

Browse files
committed
fix copy
1 parent 0e39e56 commit db627a6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/MoneyRequestConfirmationListFooter/ConfirmationFieldList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */

src/components/MoneyRequestConfirmationListFooter/fieldGroups/ClassificationFields.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */

src/components/MoneyRequestConfirmationListFooter/fieldGroups/TransactionDetailsFields.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)