1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-22 00:19:08 +00:00

fix(front): use the right term, closes #1624

This commit is contained in:
setop 2025-01-12 19:58:28 +01:00
parent 7b08c960ec
commit d4de94bd44

View file

@ -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>