Skip to content

Commit bd84c78

Browse files
committed
rename 'release' -> agent
1 parent 7c4289f commit bd84c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/mainResults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function renderLeaderboardTable(leaderboard, options = {}) {
129129
<th class="sortable" data-sort="org">Org</th>
130130
<th class="sortable" data-sort="date">Date</th>
131131
${!hasDetailedFeatures ? '<th class="sortable" data-sort="site">Site</th>' : ''}
132-
${showReleaseColumn ? '<th class="sortable" data-sort="release" title="mini-swe-agent release with which the benchmark was run. Click the release to see the release note. Generally, results should be very comparable across releases.">Release</th>' : ''}
132+
${showReleaseColumn ? '<th class="sortable" data-sort="release" title="mini-swe-agent release with which the benchmark was run. Click the release to see the release note. Generally, results should be very comparable across releases.">Agent</th>' : ''}
133133
</tr>
134134
</thead>
135135
<tbody>

0 commit comments

Comments
 (0)