Skip to content

Commit 0618541

Browse files
authored
fix(knowledge): change "Create Tag" to "Apply Tag" when applying a tag to a document (#6055)
1 parent 21c28d7 commit 0618541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/knowledge/[id]/[documentId]/components/document-tags-modal

apps/sim/app/workspace/[workspaceId]/knowledge/[id]/[documentId]/components/document-tags-modal/document-tags-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ export function DocumentTagsModal({
730730
))
731731
}
732732
>
733-
{isSavingTag ? 'Creating...' : 'Create Tag'}
733+
{isSavingTag ? 'Applying...' : 'Apply Tag'}
734734
</Button>
735735
</div>
736736
</div>

0 commit comments

Comments
 (0)