fix: rename invoice terminology to request and quotation confirmation across pdf and mail services
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user