|
|
|
@ -233,7 +233,7 @@ if (route.query.send_to_user) { |
|
|
|
|
const prefill = capitalize(route.query.prefill) |
|
|
|
|
|
|
|
|
|
item.value.title = t(prefill + "Title") |
|
|
|
|
item.value.content = t(prefill + "Content", [user.firstname, user.lastname]) |
|
|
|
|
item.value.content = t(prefill + "Content", [user.firstname, currentUser.value.firstname, currentUser.value.firstname]) |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
.catch((e) => notification.showErrorNotification(e)) |
|
|
|
|