This commit is contained in:
Florian Dupret
2020-05-16 15:01:19 +02:00
parent 7f8ed7abb6
commit e532b4d4fc
5 changed files with 17014 additions and 8 deletions

View File

@@ -475,7 +475,7 @@
// if count is 0, send user onwards.
if (this.createAnother) {
// do message:
this.success_message = '<a href="transactions/show/' + groupId + '">Transaction #' + groupId + ' ("' + this.escapeHTML(title) + '")</a> has been stored.';
this.success_message = this.$t('firefly.transaction_stored_link', { ID: groupId });
this.error_message = '';
if (this.resetFormAfter) {
// also clear form.