From 9d82e3cfac866f28be75da01e294373c6b9902ac Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 5 Oct 2019 11:29:57 +0200 Subject: [PATCH] Broken, to be fixed. --- .../transactions/CreateTransaction.vue | 28 +++++++++---------- .../transactions/EditTransaction.vue | 4 +-- 2 files changed, 16 insertions(+), 16 deletions(-) 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 @@