mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-10 03:38:10 +00:00
Fix some strings.
This commit is contained in:
@@ -476,7 +476,7 @@
|
||||
// if count is 0, send user onwards.
|
||||
if (this.createAnother) {
|
||||
// do message:
|
||||
this.success_message = this.$t('firefly.transaction_stored_link', { ID: groupId });
|
||||
this.success_message = this.$t('firefly.transaction_stored_link', { ID: groupId, title: title });
|
||||
this.error_message = '';
|
||||
if (this.resetFormAfter) {
|
||||
// also clear form.
|
||||
|
||||
Reference in New Issue
Block a user