summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorgutfuckllc <40531868+gutfuckllc@users.noreply.github.com>2018-08-06 15:55:39 -0400
committergutfuckllc <40531868+gutfuckllc@users.noreply.github.com>2018-08-06 15:55:39 -0400
commitbe12e23aa1750693097c382a5f8e4892f3318fe3 (patch)
treefda2764ea38df1d08950a093e5ef11f061d9c0c4 /src/client
parentLocalize unlocalized line (diff)
downloadmisskey-be12e23aa1750693097c382a5f8e4892f3318fe3.tar.gz
misskey-be12e23aa1750693097c382a5f8e4892f3318fe3.tar.bz2
misskey-be12e23aa1750693097c382a5f8e4892f3318fe3.zip
Localize unlocalized line.
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/desktop/views/components/notes.note.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue
index fbbd524070..a98df104a3 100644
--- a/src/client/app/desktop/views/components/notes.note.vue
+++ b/src/client/app/desktop/views/components/notes.note.vue
@@ -18,7 +18,7 @@
<div class="body">
<p v-if="p.cw != null" class="cw">
<span class="text" v-if="p.cw != ''">{{ p.cw }}</span>
- <span class="toggle" @click="showContent = !showContent">{{ showContent ? '隠す' : 'もっと見る' }}</span>
+ <span class="toggle" @click="showContent = !showContent">{{ showContent ? '%i18n:@hide%' : '%i18n:@see-more%' }}</span>
</p>
<div class="content" v-show="p.cw == null || showContent">
<div class="text">