This commit is contained in:
James Cole 2023-03-06 21:00:27 +01:00
parent c78fa8eaea
commit 6912e05677
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -529,7 +529,7 @@ export default {
// if count is 0, send user onwards.
if (this.createAnother) {
// do message:
this.success_message = this.$t('firefly.transaction_stored_link', {ID: groupId, title: $(title).text()});
this.success_message = this.$t('firefly.transaction_stored_link', {ID: groupId, title: this.escapeHTML(title)});
this.error_message = '';
if (this.resetFormAfter) {
// also clear form.