Pass the "Collapse" label throught the translation function

このコミットが含まれているのは:
chip 2018-05-19 20:35:14 +02:00
コミット fcc1ab1d85
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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