diff --git a/e7/copyPaste.js b/e7/copyPaste.js index 43c4ef0..587b78e 100644 --- a/e7/copyPaste.js +++ b/e7/copyPaste.js @@ -217,7 +217,7 @@ function showMeta() { ` } - html += "

Top 50 most common meta offense units in past 3 weeks

" + html += "

Top 50 most common meta offense units in past 4 weeks

" for (var i = 0; i < 50; i++) { var offenseName = offenses[i][0];