Pass the "Collapse" label throught the translation function

revert-88c9ab44
chip 6 years ago
parent a9dbb8c0c2
commit fcc1ab1d85

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

Loading…
Cancel
Save