diff --git a/wawi/bestellung.php b/wawi/bestellung.php
index b791ab1c4..35b71bcce 100644
--- a/wawi/bestellung.php
+++ b/wawi/bestellung.php
@@ -2357,7 +2357,7 @@ if($_GET['method']=='update')
echo '
';
if($status->isStatiVorhanden($bestellung->bestellung_id, 'Abgeschickt'))
- echo "Bestellung wurde am ".$date->formatDatum($status->datum,'d.m.Y')." abgeschickt.";
+ echo "Bestellung wurde am ".$date->formatDatum($status->datum,'d.m.Y')." zur Freigabe abgeschickt.";
if($bestellung->isFreigegeben($bestellung->bestellung_id))
echo "
Die Bestellung wurde vollständig freigegeben
";