]> git.sesse.net Git - pkanalytics/commitdiff
Rename “their team”.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 27 Jul 2023 10:24:34 +0000 (12:24 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 27 Jul 2023 10:24:36 +0000 (12:24 +0200)
ultimate.js

index 87c976ad7e4ac835820587392f14fcd105132ffe..200303c32fdbada7d3df8738ee240d3903be4d06 100644 (file)
@@ -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);
        }