diff --git a/ui/src/pages/Calendar.vue b/ui/src/pages/Calendar.vue
index 5f627ff..1ad7875 100644
--- a/ui/src/pages/Calendar.vue
+++ b/ui/src/pages/Calendar.vue
@@ -266,11 +266,11 @@ onMounted(() => {
:style="{ height: 'calc(100vh - 61px)', position: 'sticky', top: '64px' }">
-
+
{{ activeEvent?.name || 'Event' }}
@@ -294,7 +294,7 @@ onMounted(() => {
- Owner: {{ activeEvent.creator_name || "Unknown User" }}
+ Created by: {{ activeEvent.creator_name || "Unknown User" }}
@@ -377,6 +377,8 @@ onMounted(() => {
/* no internal scroll for month grid */
}
+
+
/* Subtle borders everywhere */
:global(.fc .fc-scrollgrid),
:global(.fc .fc-scrollgrid td),