diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-20 19:51:51 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-20 19:51:51 +0900 |
| commit | 2e6905c74c86d034db0a6d57726c59b3e57cc599 (patch) | |
| tree | bc6535da40baff46bb0f4f17d3fe27d89af4818f /src/client | |
| parent | Better error reporting (diff) | |
| download | sharkey-2e6905c74c86d034db0a6d57726c59b3e57cc599.tar.gz sharkey-2e6905c74c86d034db0a6d57726c59b3e57cc599.tar.bz2 sharkey-2e6905c74c86d034db0a6d57726c59b3e57cc599.zip | |
Fix bug
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/desktop/views/components/note-detail.vue | 2 |
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%"> |