summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-05-20 19:51:51 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-05-20 19:51:51 +0900
commit2e6905c74c86d034db0a6d57726c59b3e57cc599 (patch)
treebc6535da40baff46bb0f4f17d3fe27d89af4818f /src
parentBetter error reporting (diff)
downloadsharkey-2e6905c74c86d034db0a6d57726c59b3e57cc599.tar.gz
sharkey-2e6905c74c86d034db0a6d57726c59b3e57cc599.tar.bz2
sharkey-2e6905c74c86d034db0a6d57726c59b3e57cc599.zip
Fix bug
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/components/note-detail.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/note-detail.vue b/src/client/app/desktop/views/components/note-detail.vue
index 5e2a47f5a4..124c1507a6 100644
--- a/src/client/app/desktop/views/components/note-detail.vue
+++ b/src/client/app/desktop/views/components/note-detail.vue
@@ -59,7 +59,7 @@
<template v-else>%fa:reply%</template>
<p class="count" v-if="p.repliesCount > 0">{{ p.repliesCount }}</p>
</button>
- <button @click="renote" title="%i18n:@renote%>
+ <button @click="renote" title="%i18n:@renote%">
%fa:retweet%<p class="count" v-if="p.renoteCount > 0">{{ p.renoteCount }}</p>
</button>
<button :class="{ reacted: p.myReaction != null }" @click="react" ref="reactButton" title="%i18n:@add-reaction%">