diff options
| author | chip <thomas+pleroma@oatr.be> | 2018-05-19 20:35:14 +0200 |
|---|---|---|
| committer | chip <thomas+pleroma@oatr.be> | 2018-05-19 20:35:14 +0200 |
| commit | fcc1ab1d85ce5ba5944821f8a8c3cc593997f949 (patch) | |
| tree | e1047f175b5f3ed24f4ce071bbe91df013b923f8 /src | |
| parent | a9dbb8c0c29ba2c423538183af2cff6f9f0835c1 (diff) | |
Pass the "Collapse" label throught the translation function
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/conversation/conversation.vue | 2 |
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"> |
