|
|
@@ -14,7 +14,7 @@
|
|
|
>
|
|
|
<div class="title-container">
|
|
|
<NuxtLink :to="`/nous-rejoindre/${job.id}`" class="title">
|
|
|
- {{ job.title }} - {{ job.contractType }}
|
|
|
+ {{ job.title }} - {{ $t(job.contractType) }}
|
|
|
|
|
|
<v-icon v-if="job.featured" class="star fas fa-star" />
|
|
|
</NuxtLink>
|
|
|
@@ -97,7 +97,7 @@ const { fetchCollection } = useEntityFetch()
|
|
|
const page: Ref<number> = ref(1)
|
|
|
|
|
|
const query: ComputedRef<AnyJson> = computed(() => {
|
|
|
- return { type: 'ENTREPRISE', page: page.value }
|
|
|
+ return { type: 'BUSINESS', page: page.value }
|
|
|
})
|
|
|
|
|
|
const {
|