Fix improper escape.

This commit is contained in:
James Cole
2023-01-15 17:05:21 +01:00
parent f2251d7bfa
commit afd3fd9f88
4 changed files with 4 additions and 4 deletions

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});
this.success_message = this.$t('firefly.transaction_stored_link', {ID: groupId, title: $(title).text()});
this.error_message = '';
if (this.resetFormAfter) {
// also clear form.