aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorchip <thomas+pleroma@oatr.be>2018-05-19 20:35:14 +0200
committerchip <thomas+pleroma@oatr.be>2018-05-19 20:35:14 +0200
commitfcc1ab1d85ce5ba5944821f8a8c3cc593997f949 (patch)
treee1047f175b5f3ed24f4ce071bbe91df013b923f8 /src
parenta9dbb8c0c29ba2c423538183af2cff6f9f0835c1 (diff)
Pass the "Collapse" label throught the translation function
Diffstat (limited to 'src')
-rw-r--r--src/components/conversation/conversation.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue
index 308e5e7d..bfcd3fe7 100644
--- a/src/components/conversation/conversation.vue
+++ b/src/components/conversation/conversation.vue
@@ -3,7 +3,7 @@
<div class="panel-heading conversation-heading">
{{ $t('timeline.conversation') }}
<span v-if="collapsable" style="float:right;">
- <small><a href="#" @click.prevent="$emit('toggleExpanded')">Collapse</a></small>
+ <small><a href="#" @click.prevent="$emit('toggleExpanded')">{{ $t('timeline.collapse') }}</a></small>
</span>
</div>
<div class="panel-body">