Skip to content

Commit a39ca9d

Browse files
authored
1 parent b554fef commit a39ca9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/AIAssistanceChip/AIAssistanceChip.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { SecuredProp } from '~/common';
66
export const AIAssistanceLabelMap: Record<AiAssistedTranslation, string> = {
77
Unknown: 'Unknown',
88
None: 'None',
9-
Draft: 'AI-Enabled Drafting',
10-
Check: 'AI-Enabled Checking',
11-
DraftAndCheck: 'AI-Enabled Drafting & Checking',
9+
Draft: 'AI-Assisted Drafting',
10+
Check: 'AI-Assisted Checking',
11+
DraftAndCheck: 'AI-Assisted Drafting & Checking',
1212
Other: 'Other AI Assistance',
1313
};
1414
export interface AIAssistanceChipProps {

0 commit comments

Comments
 (0)