diff --git a/file/lib/system/chat/command/commands/Temproom.class.php b/file/lib/system/chat/command/commands/Temproom.class.php
index d4db662..91aa2e5 100644
--- a/file/lib/system/chat/command/commands/Temproom.class.php
+++ b/file/lib/system/chat/command/commands/Temproom.class.php
@@ -30,7 +30,7 @@ public function __construct(\wcf\system\chat\command\CommandHandler $commandHand
$returnValues = $this->objectAction->getReturnValues();
$chatRoomEditor = new \wcf\data\chat\room\ChatRoomEditor($returnValues['returnValues']);
$roomID = $returnValues['returnValues']->roomID;
- $this->roomName = WCF::getLanguage()->getDynamicVariable('wcf.chat.room.titleTemp', array('$roomID' => $roomID));
+ $this->roomName = WCF::getLanguage()->getDynamicVariable('wcf.chat.room.titleTemp', array('roomID' => $roomID));
// set accurate title
$chatRoomEditor->update(array(
diff --git a/language/de.xml b/language/de.xml
index adc4060..13c8aea 100644
--- a/language/de.xml
+++ b/language/de.xml
@@ -81,6 +81,7 @@
+