diff --git a/src/components/Local/CloseEvents.vue b/src/components/Local/CloseEvents.vue
index 7029f1748..bbc98d209 100644
--- a/src/components/Local/CloseEvents.vue
+++ b/src/components/Local/CloseEvents.vue
@@ -7,13 +7,13 @@
     <template #title>
       <template v-if="userLocation?.name">
         {{
-          t("Incoming events nearby {position}", {
+          t("Upcoming events nearby {position}", {
             position: userLocation?.name,
           })
         }}
       </template>
       <template v-else>
-        {{ t("Incoming events") }}
+        {{ t("Upcoming events") }}
       </template>
     </template>
     <template #subtitle>