Skip to content

Commit 49adf91

Browse files
improvement(pii): clarify custom regex replacement placeholder (#5975)
1 parent 104a6fc commit 49adf91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/components/pii/custom-patterns-editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function CustomPatternsEditor({ patterns, onChange }: CustomPatternsEdito
5656
className='flex-1'
5757
/>
5858
<ChipInput
59-
placeholder='EMPLOYEE_ID'
59+
placeholder='SUBSTITUTION_TEXT'
6060
value={pattern.replacement}
6161
onChange={(e) => updateRow(index, { replacement: e.target.value })}
6262
className='w-[26%]'

0 commit comments

Comments
 (0)