diff --git a/PartyPlanner/PluginUI.cs b/PartyPlanner/PluginUI.cs index f6d4e76..19e33e1 100644 --- a/PartyPlanner/PluginUI.cs +++ b/PartyPlanner/PluginUI.cs @@ -232,7 +232,7 @@ public void DrawEventRow(Models.EventType ev) ImGui.EndTooltip(); } ImGui.SameLine(); - ImGui.Text(string.Format("| Ends {0}", ev.EndsAt.Humanize())); + ImGui.Text(string.Format("| Ends {0}", ev.EndsAt.Humanize())); if (ImGui.IsItemHovered()) { ImGui.BeginTooltip();