edit message mail and forms

This commit is contained in:
bettina 2024-06-28 18:08:54 +02:00
commit d39d4f21c8
2 changed files with 3 additions and 3 deletions

View file

@ -21,8 +21,8 @@ enableRobotsTXT = true
########################### Deployment #############################
[params]
# set to "development" or "production". This deploys the site to the correct environment and sets the robot.txt to disallow all pages when in development mode.
# environment = "production"
environment = "development"
environment = "production"
#environment = "development"
# set to true to enable captcha on the form
useCaptcha = true

View file

@ -212,7 +212,7 @@ function constructMessage()
if (!empty($anmerkung))
{
$message .= "<hr/><p><b>";
$message .= ( $lang == "FR" ? "Remarque : " : "Ihre Bemerkung: ");
$message .= ( $lang == "FR" ? "Remarque: " : "Ihre Bemerkung: ");
$message .= "</b><br/>" . $anmerkung . "<br/></p>";
}