diff options
| author | shpuld <shp@cock.li> | 2017-11-08 12:34:15 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-08 12:34:15 +0200 |
| commit | 191bbe76a83123b5d63ec07af00723721552ddd7 (patch) | |
| tree | 64e3e6768cf3611d48090e6dcd3c2ce7116f1c82 /src/components/conversation/conversation.vue | |
| parent | 5dca57cc058bfb95e40e32714057cbf0d24ce679 (diff) | |
Add a bunch of missed localization strings, update english and finnish to match.
Diffstat (limited to 'src/components/conversation/conversation.vue')
| -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 e8d97f99..b430d875 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -1,7 +1,7 @@ <template> <div class="timeline panel panel-default base00-background"> <div class="panel-heading base01-background base04 base03-border conversation-heading"> - Conversation + {{ $t('timeline.conversation') }} <span v-if="collapsable" style="float:right;"> <small><a href="#" @click.prevent="$emit('toggleExpanded')">Collapse</a></small> </span> |
