Skip to content

Commit

Permalink
Gender neutral points correction message
Browse files Browse the repository at this point in the history
  • Loading branch information
benthemonkey committed Nov 25, 2015
1 parent 8ac88a5 commit 24deab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax/PointsCenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@ public function pointsCorrectionReply($get)
die();
}

echo "Success! She/He was given a point for the event.";
echo "Success! They were given a point for the event.";
$html_snippet = "You were given a point for " . $result['event_name'] . ".";
} elseif ($code == 2) {
echo "Success! A point has NOT been given.";
Expand Down

0 comments on commit 24deab6

Please sign in to comment.