From d6b4861f70e47ed539fe7cb6123706769354d668 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 27 Jul 2023 12:24:34 +0200 Subject: [PATCH] =?utf8?q?Rename=20=E2=80=9Ctheir=20team=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ultimate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2