Commit 65911895 authored by Colton Bouchard's avatar Colton Bouchard

Change Event ended to Ended.

parent 55444a0a
......@@ -258,7 +258,7 @@ public class Event implements CardInterface {
boolean eventEnded = timeNow.compareTo(endTime) > 0;
if (eventEnded)
subtitle += "Event ended | ";
subtitle += "Ended | ";
else if(eventStarted)
{
long difference = endTime.getTime() - timeNow.getTime();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment