mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fixed: [vuejs] fix missing translation in HouseholdMembersEditor component
This commit is contained in:
parent
34ee2b3ba5
commit
16fcd03a02
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<ckeditor
|
||||
name="content"
|
||||
v-bind:placeholder="$t('comment.content')"
|
||||
v-bind:placeholder="$t('household_members_editor.positioning.comment_placeholder')"
|
||||
:editor="editor"
|
||||
v-model="content"
|
||||
tag-name="textarea">
|
||||
|
@ -53,6 +53,7 @@ const appMessages = {
|
||||
persons_to_positionnate: 'Usagers à positionner',
|
||||
holder: "Titulaire",
|
||||
comment: "Commentaire",
|
||||
comment_placeholder: "Associer un commentaire",
|
||||
},
|
||||
app: {
|
||||
next: 'Suivant',
|
||||
|
Loading…
x
Reference in New Issue
Block a user