diff --git a/js/teambuilder.js b/js/teambuilder.js index e338bca8e..98d3d50ce 100644 --- a/js/teambuilder.js +++ b/js/teambuilder.js @@ -308,6 +308,9 @@ function Teambuilder(id, elem) text += ''; text += ' '; + + text += '

Clearing your cookies will delete your teams. If you want to clear your cookies, you can use the Backup/Restore feature to save your teams as text first.

'; + if (teams.length >= 2 && cookieTeams) { text += ' WARNING: Additional teams WILL NOT BE SAVED.';