Skip to content

Commit 198ea4d

Browse files
improvement(tables): trim the update-lock toast copy
1 parent e2469f7 commit 198ea4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/tables/[tableId]

apps/sim/app/workspace/[workspaceId]/tables/[tableId]/lock-copy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export function describeBlockedAction(
114114
case 'edit-cell':
115115
return {
116116
title: 'Editing rows is locked',
117-
text: 'Existing cell values can’t be changed until an admin unlocks this table. Workflow and enrichment columns still populate.',
117+
text: 'Existing cell values can’t be changed until an admin unlocks this table.',
118118
}
119119
case 'status': {
120120
const nouns = lockedNouns(locks)

0 commit comments

Comments
 (0)