Skip to content

Commit eaa2de2

Browse files
Adebesin-Cellclaude
andcommitted
fix: correct dependencies download label from .sh to .js
The download button label said (.sh) but the actual downloaded file is a Node.js script (.js). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8f9ac17 commit eaa2de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
"download": {
600600
"button": "Download",
601601
"package": "Download Package (.tgz)",
602-
"dependencies": "Download Dependencies (.sh)"
602+
"dependencies": "Download Dependencies (.js)"
603603
}
604604
},
605605
"connector": {

0 commit comments

Comments
 (0)