small corrections

This commit is contained in:
Julie Lenaerts 2022-01-19 09:57:19 +01:00
parent a31b74e0e5
commit 724ce8c9af
2 changed files with 15 additions and 24 deletions

View File

@ -61,15 +61,6 @@
</on-the-fly-thirdparty> </on-the-fly-thirdparty>
</template> </template>
<template v-slot:body v-else-if="parent">
<on-the-fly-thirdparty
:parent="parent"
:action="action"
type="thirdparty"
ref="castThirdparty">
</on-the-fly-thirdparty>
</template>
<template v-slot:body v-else> <template v-slot:body v-else>
<on-the-fly-create <on-the-fly-create
:action="action" :action="action"

View File

@ -19,8 +19,8 @@ const ontheflyMessages = {
}, },
addContact: { addContact: {
title: "Créer un contact pour {q}" title: "Créer un contact pour {q}"
} },
resource_comment_title: "Un commentaire est associé à cet interlocuteur" resource_comment_title: "Un commentaire est associé à cet interlocuteur",
addContact: { addContact: {
title: "Créer un contact pour {q}" title: "Créer un contact pour {q}"
} }