mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Change side menu text of Post.
Co-authored-by: Tirokk <wolle.huss@pjannto.com>
This commit is contained in:
parent
ad0ccf59e6
commit
ab579e521b
@ -244,7 +244,7 @@ export default {
|
|||||||
const { slug, id } = this.$route.params
|
const { slug, id } = this.$route.params
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
name: this.$t('common.post', null, 1),
|
name: this.post?.postType[0] === 'Event' ? this.$t('post.viewEvent.title') : this.$t('post.viewPost.title'),
|
||||||
path: `/post/${id}/${slug}`,
|
path: `/post/${id}/${slug}`,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user