diff options
| author | gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> | 2018-08-06 15:55:39 -0400 |
|---|---|---|
| committer | gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> | 2018-08-06 15:55:39 -0400 |
| commit | be12e23aa1750693097c382a5f8e4892f3318fe3 (patch) | |
| tree | fda2764ea38df1d08950a093e5ef11f061d9c0c4 /src/client | |
| parent | Localize unlocalized line (diff) | |
| download | misskey-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.vue | 2 |
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"> |