diff --git a/html/user/team.php b/html/user/team.php index a9b58cad06..424a06d055 100644 --- a/html/user/team.php +++ b/html/user/team.php @@ -22,41 +22,38 @@ include_once("../inc/team.inc"); page_head("Teams"); -echo "
".PROJECT." participants may form teams. +echo "
".tra("%1 participants may form %2teams%3", PROJECT, "", "") ."
- You may belong to only one team. - You can join or quit a team at any time. -
- Each team has a founder, who may + ". tra("You may belong to only one team. You can join or quit a team at any time."). " +
" . + tra("Each team has a %1founder%2 who may:", "", "") . "
- To join a team, visit its team page and click Join this team. -
" . + tra("To join a team, visit its team page and click %1Join this team%2.", "", "") . " +