fix(knowledge): change "Create Tag" to "Apply Tag" when applying a tag to a document (#6055)

This commit is contained in:
Justin Blumencranz
2026-07-29 11:54:34 -07:00
committed by GitHub
parent 21c28d7d06
commit 0618541654
@@ -730,7 +730,7 @@ export function DocumentTagsModal({
))
}
>
{isSavingTag ? 'Creating...' : 'Create Tag'}
{isSavingTag ? 'Applying...' : 'Apply Tag'}
</Button>
</div>
</div>