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:
parent
7b08c960ec
commit
d4de94bd44
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue