mirror of
https://github.com/simstudioai/sim.git
synced 2026-08-31 01:11:53 +08:00
fix(knowledge): change "Create Tag" to "Apply Tag" when applying a tag to a document (#6055)
This commit is contained in:
committed by
GitHub
parent
21c28d7d06
commit
0618541654
+1
-1
@@ -730,7 +730,7 @@ export function DocumentTagsModal({
|
||||
))
|
||||
}
|
||||
>
|
||||
{isSavingTag ? 'Creating...' : 'Create Tag'}
|
||||
{isSavingTag ? 'Applying...' : 'Apply Tag'}
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user