Pass the "Collapse" label throught the translation function

This commit is contained in:
chip 2018-05-19 20:35:14 +02:00
parent a9dbb8c0c2
commit fcc1ab1d85

View file

@ -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">