Skip to content

Commit 897a22c

Browse files
committed
fix: fix the incorrect copy
1 parent 1270eeb commit 897a22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/TracesFunnelDetails/components/FunnelConfiguration/DeleteFunnelStep.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function DeleteFunnelStep({
2727
onCancel={onClose}
2828
rootClassName="funnel-modal delete-funnel-modal"
2929
cancelText="Cancel"
30-
okText="Delete Funnel"
30+
okText="Delete Step"
3131
okButtonProps={{
3232
icon: <Trash2 size={14} />,
3333
type: 'primary',

0 commit comments

Comments
 (0)