Revert "rename "View Everything" and "Explore" to "Filter""

This reverts commit fe0fdf9d4e.
This commit is contained in:
jona 2023-03-20 13:54:18 +01:00
parent 714d17ab4f
commit 76142d0c6e
2 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
</template> </template>
<template slot="start"> <template slot="start">
<b-navbar-item tag="router-link" :to="{ name: RouteName.SEARCH }">{{ <b-navbar-item tag="router-link" :to="{ name: RouteName.SEARCH }">{{
$t("Filter") $t("Explore")
}}</b-navbar-item> }}</b-navbar-item>
<b-navbar-item <b-navbar-item
v-if="currentActor.id && currentUser.isLoggedIn" v-if="currentActor.id && currentUser.isLoggedIn"

View file

@ -51,7 +51,7 @@
> >
<section class="events-recent"> <section class="events-recent">
<h2 class="title"> <h2 class="title">
{{ $t("Upcoming events") }} {{ $t("Last published events") }}
</h2> </h2>
<p> <p>
<i18n tag="span" path="On {instance} and other federated instances"> <i18n tag="span" path="On {instance} and other federated instances">
@ -62,7 +62,7 @@
<multi-card :events="events.elements.slice(0, 6)" /> <multi-card :events="events.elements.slice(0, 6)" />
<span class="view-all"> <span class="view-all">
<router-link :to="{ name: RouteName.SEARCH }" <router-link :to="{ name: RouteName.SEARCH }"
>{{ $t("Filter") }} >></router-link >{{ $t("View everything") }} >></router-link
> >
</span> </span>
</div> </div>
@ -191,7 +191,7 @@
/> />
<section class="events-recent"> <section class="events-recent">
<h2 class="title"> <h2 class="title">
{{ $t("Upcoming events") }} {{ $t("Last published events") }}
</h2> </h2>
<p> <p>
<i18n tag="span" path="On {instance} and other federated instances"> <i18n tag="span" path="On {instance} and other federated instances">
@ -203,7 +203,7 @@
<multi-card :events="events.elements.slice(0, 8)" /> <multi-card :events="events.elements.slice(0, 8)" />
<span class="view-all"> <span class="view-all">
<router-link :to="{ name: RouteName.SEARCH }" <router-link :to="{ name: RouteName.SEARCH }"
>{{ $t("Filter") }} >></router-link >{{ $t("View everything") }} >></router-link
> >
</span> </span>
</div> </div>