Skip to content

Commit b996301

Browse files
committed
Fixed naming
1 parent 3d3925d commit b996301

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/src/components/ToolsTab.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,9 @@ const ToolsTab = ({
306306
)}
307307
<div className="pb-4">
308308
<div className="flex items-center justify-between mb-2">
309-
<h4 className="text-sm font-semibold">Meta:</h4>
309+
<h4 className="text-sm font-semibold">
310+
Tool-specific Metadata:
311+
</h4>
310312
<Button
311313
size="sm"
312314
variant="outline"

0 commit comments

Comments
 (0)