Fixed: [vuejs] fix missing translation in HouseholdMembersEditor component

This commit is contained in:
2023-08-24 14:32:50 +02:00
committed by Julien Fastré
parent 34ee2b3ba5
commit 16fcd03a02
2 changed files with 2 additions and 1 deletions

View File

@@ -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">