fix: rename invoice terminology to request and quotation confirmation across pdf and mail services

This commit is contained in:
DanielS
2026-07-09 22:58:29 +02:00
parent 20f7d5a05a
commit 21c4aa859e
3 changed files with 13 additions and 7 deletions

View File

@@ -346,7 +346,7 @@ export async function updateOrderStatus(
await sendMail({
to: user.email,
subject: `Statusänderung Ihrer Bestellung ${orderNumber}`,
subject: `Statusänderung Ihrer Anfrage ${orderNumber}`,
text: statusEmail.text,
html: statusEmail.html
})