翻訳の抜けを修正 (#5875)

* missing translation

* fix

* fix

* ✌️
This commit is contained in:
tamaina
2020-02-08 13:06:09 +09:00
committed by GitHub
parent 42b4949b7f
commit 44d2c0195a
6 changed files with 31 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
ref="text"
@keypress="onKeypress"
@paste="onPaste"
:placeholder="$t('input-message-here')"
:placeholder="$t('inputMessageHere')"
v-autocomplete="{ model: 'text' }"
></textarea>
<div class="file" @click="file = null" v-if="file">{{ file.name }}</div>