Skip to content

Commit 5eb4ce8

Browse files
committed
edit access msg
1 parent 8ea35db commit 5eb4ce8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/app/workspace/[workspaceId]/skills/[skillId]/skill-detail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export function SkillDetail({ workspaceId, skillId }: SkillDetailProps) {
315315
</div>
316316
<p className='mt-[9px] text-[var(--text-muted)] text-caption'>
317317
{skill.workspaceShared
318-
? 'Everyone in this workspace can use this skill.'
318+
? 'Everyone in this workspace can use this skill. Permissions below still apply for editing the skill.'
319319
: 'Only the members below can use this skill.'}
320320
</p>
321321
</DetailSection>

0 commit comments

Comments
 (0)