Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions webroot/panel/account.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
</tr>
</table>
<hr>
<h5>AccountStatus</h5>
<h5>Account Status</h5>
";

$isPI = $USER->isPI();
Expand All @@ -142,8 +142,8 @@
Go to the
<a href='groups.php'>My PIs</a>
page to join a PI, or click on the button below if you are a PI.
Do not click the button below if you are a student.
</p>
<p>Students should not request a PI account.</p>
";
}

Expand Down