From: Steinar H. Gunderson Date: Thu, 27 Jul 2023 10:24:34 +0000 (+0200) Subject: Rename “their team”. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d6b4861f70e47ed539fe7cb6123706769354d668;p=pkanalytics Rename “their team”. --- diff --git a/ultimate.js b/ultimate.js index 87c976a..200303c 100644 --- a/ultimate.js +++ b/ultimate.js @@ -936,7 +936,7 @@ function make_table_team_wide(players) { let header = document.createElement('tr'); add_th(header, ''); add_th(header, 'Our team', 6); - add_th(header, 'Their team', 6); + add_th(header, 'Opponents', 6); rows.push(header); }