typo fix #2297
This commit is contained in:
parent
d813759ad7
commit
31c049e657
@ -108,7 +108,7 @@ export default {
|
|||||||
{{ result.title }}
|
{{ result.title }}
|
||||||
</h1>
|
</h1>
|
||||||
<h2 @click.prevent="onClickResult(result.concernement.id, result.id)">
|
<h2 @click.prevent="onClickResult(result.concernement.id, result.id)">
|
||||||
<span>une enité de </span>{{ result.author.username }}
|
<span>une entité de </span>{{ result.author.username }}
|
||||||
</h2>
|
</h2>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user