diff --git a/resources/assets/js/components/transactions/CreateTransaction.vue b/resources/assets/js/components/transactions/CreateTransaction.vue index eff98b8020..24c4421e6a 100644 --- a/resources/assets/js/components/transactions/CreateTransaction.vue +++ b/resources/assets/js/components/transactions/CreateTransaction.vue @@ -26,7 +26,7 @@ @@ -34,9 +34,9 @@
@@ -45,7 +45,7 @@

- Description of the split transaction + {{ $t('firefly.split_transaction_title')}}

@@ -64,8 +64,8 @@

- Split {{ index+1 }} / {{ transactions.length }} - Transaction information + {{ $t('firefly.split')}} {{ index+1 }} / {{ transactions.length }} + {{ $t('firefly.transaction_journal_information') }}

@@ -176,26 +176,26 @@

- Submission + {{ $t('firefly.submission') }}

@@ -557,7 +557,7 @@ this.setDefaultErrors(); this.error_message = ""; if (errors.message.length > 0) { - this.error_message = "There was something wrong with your submission. Please check out the errors below."; + this.error_message = $t('firefly.errors_submission'); } else { this.error_message = ''; } diff --git a/resources/assets/js/components/transactions/EditTransaction.vue b/resources/assets/js/components/transactions/EditTransaction.vue index 0e2557c753..d1b471fb8a 100644 --- a/resources/assets/js/components/transactions/EditTransaction.vue +++ b/resources/assets/js/components/transactions/EditTransaction.vue @@ -25,7 +25,7 @@
@@ -35,7 +35,7 @@