summaryrefslogtreecommitdiff
path: root/src/client/app/desktop
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-05-27 18:06:01 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-05-27 18:06:01 +0900
commitd69df60da42ac01b635b27fee251e20a394b59e6 (patch)
tree6de5a4b301b8165d12eb29f3b867f6247bbdccb3 /src/client/app/desktop
parentFix #4999 (diff)
downloadsharkey-d69df60da42ac01b635b27fee251e20a394b59e6.tar.gz
sharkey-d69df60da42ac01b635b27fee251e20a394b59e6.tar.bz2
sharkey-d69df60da42ac01b635b27fee251e20a394b59e6.zip
Fix
Diffstat (limited to 'src/client/app/desktop')
-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 99f508a923..39b7781a1c 100644
--- a/src/client/app/desktop/views/components/post-form.vue
+++ b/src/client/app/desktop/views/components/post-form.vue
@@ -18,7 +18,7 @@
</div>
<div class="with-quote" v-if="quoteId">{{ $t('@.post-form.quote-attached') }}</div>
<div class="local-only" v-if="localOnly == true">{{ $t('@.post-form.local-only-message') }}</div>
- <input v-show="useCw" ref="cw" v-model="cw" :placeholder="$t('@.post-form.annotations')" v-autocomplete="{ model: 'cw' }">
+ <input v-show="useCw" ref="cw" v-model="cw" :placeholder="$t('@.post-form.cw-placeholder')" v-autocomplete="{ model: 'cw' }">
<div class="textarea">
<textarea :class="{ with: (files.length != 0 || poll) }"
ref="text" v-model="text" :disabled="posting"