diff --git a/client/src/components/Artifacts/ArtifactButton.tsx b/client/src/components/Artifacts/ArtifactButton.tsx index 5d330a6309..aef9c148c4 100644 --- a/client/src/components/Artifacts/ArtifactButton.tsx +++ b/client/src/components/Artifacts/ArtifactButton.tsx @@ -87,7 +87,7 @@ const ArtifactButton = ({ artifact }: { artifact: Artifact | null }) => { const actionLabel = isSelected ? localize('com_ui_click_to_close') - : localize('com_ui_click_to_open'); + : localize('com_ui_artifact_click'); return (