Fix some translations.

This commit is contained in:
James Cole
2020-08-02 09:47:19 +02:00
parent 386c067e93
commit 30d7d5d90e
53 changed files with 302 additions and 72 deletions

View File

@@ -47,7 +47,7 @@
<div class="box">
<div class="box-header with-border">
<h3 class="box-title splitTitle">
<span v-if="transactions.length > 1">{{ $t('firefly.split') }} {{ index + 1 }} / {{
<span v-if="transactions.length > 1">{{ $t('firefly.single_split') }} {{ index + 1 }} / {{
transactions.length
}}</span>
<span v-if="transactions.length === 1">{{ $t('firefly.transaction_journal_information') }}</span>