Skip to content

Commit 990e89e

Browse files
Update ScriptItem.tsx (#3388)
1 parent 24fbced commit 990e89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/scripts/_components/ScriptItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function ScriptItem({
102102

103103
)?.version || "No Version information found"
104104
}</p>
105-
<p className="text-l text-foreground">Latest changes:</p>
105+
<p className="text-l text-foreground">Latest Version changes(Pulled from newreleases.io):</p>
106106
<p className="text-l text-muted-foreground">
107107
{(() => {
108108
const matchedVersion = versions.find((v) =>

0 commit comments

Comments
 (0)