We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b554fef commit a39ca9dCopy full SHA for a39ca9d
src/components/AIAssistanceChip/AIAssistanceChip.tsx
@@ -6,9 +6,9 @@ import { SecuredProp } from '~/common';
6
export const AIAssistanceLabelMap: Record<AiAssistedTranslation, string> = {
7
Unknown: 'Unknown',
8
None: 'None',
9
- Draft: 'AI-Enabled Drafting',
10
- Check: 'AI-Enabled Checking',
11
- DraftAndCheck: 'AI-Enabled Drafting & Checking',
+ Draft: 'AI-Assisted Drafting',
+ Check: 'AI-Assisted Checking',
+ DraftAndCheck: 'AI-Assisted Drafting & Checking',
12
Other: 'Other AI Assistance',
13
};
14
export interface AIAssistanceChipProps {
0 commit comments