mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-10 03:44:06 +02:00
Fix i18n
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
ref="textarea"
|
||||
@keypress="onKeypress"
|
||||
@paste="onPaste"
|
||||
:placeholder="$t('placeholder')"
|
||||
:placeholder="$t('input-message-here')"
|
||||
v-autocomplete="'text'"
|
||||
></textarea>
|
||||
<div class="file" @click="file = null" v-if="file">{{ file.name }}</div>
|
||||
|
||||
Reference in New Issue
Block a user