@@ -64,8 +64,8 @@
@@ -176,26 +176,26 @@
@@ -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 @@
-
Error! {{ error_message }}
@@ -35,7 +35,7 @@