Skip to content

Commit c23798e

Browse files
chore: update tooltip message
1 parent 5e216ea commit c23798e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/visualBuilder/utils/isFieldDisabled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const DisableReason = {
2323
}: {
2424
stageName: string;
2525
}) =>
26-
`You do not have permission to edit this entry as per the role(s) assigned to you and the workflow stage rules for the '${stageName}' stage.`,
26+
`Editing is restricted for your role or by the rules for the '${stageName}' stage. Contact your admin for edit access.`,
2727
} as const;
2828

2929
interface FieldDisableState {

0 commit comments

Comments
 (0)