Fix some strings.

This commit is contained in:
James Cole
2020-05-18 21:17:59 +02:00
parent ef9714b7e0
commit 85476f3549
28 changed files with 47 additions and 23 deletions

View File

@@ -656,7 +656,7 @@
this.setDefaultErrors();
// do message if update or new:
if (this.storeAsNew) {
this.success_message = this.$t('firefly.transaction_stored_link', { ID: groupId });
this.success_message = this.$t('firefly.transaction_new_stored_link', { ID: groupId });
this.error_message = '';
} else {
this.success_message = this.$t('firefly.transaction_updated_link', { ID: groupId });