summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorgutfuckllc <40531868+gutfuckllc@users.noreply.github.com>2018-08-06 21:00:58 -0400
committergutfuckllc <40531868+gutfuckllc@users.noreply.github.com>2018-08-06 21:00:58 -0400
commitff325d9588f8c1beab0b258d29691001af9dc32a (patch)
treecd2aec5e7512bbec0745e924f0155a642ea22c18 /src/client
parentLocalize "only one file attached" popup (diff)
downloadmisskey-ff325d9588f8c1beab0b258d29691001af9dc32a.tar.gz
misskey-ff325d9588f8c1beab0b258d29691001af9dc32a.tar.bz2
misskey-ff325d9588f8c1beab0b258d29691001af9dc32a.zip
Localized annotations line
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/desktop/views/components/post-form.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/post-form.vue b/src/client/app/desktop/views/components/post-form.vue
index 9b8a0c0f18..334a457504 100644
--- a/src/client/app/desktop/views/components/post-form.vue
+++ b/src/client/app/desktop/views/components/post-form.vue
@@ -14,7 +14,7 @@
<b>%i18n:@recent-tags%:</b>
<a v-for="tag in recentHashtags.slice(0, 5)" @click="addTag(tag)" title="%@click-to-tagging%">#{{ tag }}</a>
</div>
- <input v-show="useCw" v-model="cw" placeholder="内容への注釈 (オプション)">
+ <input v-show="useCw" v-model="cw" placeholder="%i18n:@annotations%">
<textarea :class="{ with: (files.length != 0 || poll) }"
ref="text" v-model="text" :disabled="posting"
@keydown="onKeydown" @paste="onPaste" :placeholder="placeholder"