svn path=/trunk/boinc/; revision=14237

This commit is contained in:
David Anderson 2007-11-17 00:58:20 +00:00
parent cca50422cd
commit 88dd698a0a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ function display_team_page($team, $user) {
$tokens = url_tokens($user->authenticator);
row2("",
"<a href='team_join.php?$tokens&teamid=$team->id'>Join this team</a>
<br><span class=note>Note: joining a team gives its administrators access to your email address.</span>"
<br><span class=note>Note: if 'OK to email' is set in your project prferences, joining a team gives its founder access to your email address.</span>"
);
}
if (($user->teamid == $team->id)) {