1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-22 08:38:38 +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 #title>
<template v-if="userLocation?.name"> <template v-if="userLocation?.name">
{{ {{
t("Incoming events nearby {position}", { t("Upcoming events nearby {position}", {
position: userLocation?.name, position: userLocation?.name,
}) })
}} }}
</template> </template>
<template v-else> <template v-else>
{{ t("Incoming events") }} {{ t("Upcoming events") }}
</template> </template>
</template> </template>
<template #subtitle> <template #subtitle>