diff --git a/file/lib/system/chat/command/commands/Info.class.php b/file/lib/system/chat/command/commands/Info.class.php index 52f8264..c387b6f 100644 --- a/file/lib/system/chat/command/commands/Info.class.php +++ b/file/lib/system/chat/command/commands/Info.class.php @@ -47,7 +47,7 @@ public function __construct(\wcf\system\chat\command\CommandHandler $commandHand $session = $this->fetchSession($user); if ($session) { // TODO: Check permission - $this->lines['IP_ADDRESS'] = $session->ipAddress; + $this->lines[WCF::getLanguage()->get('wcf.user.ipAddress')] = $session->ipAddress; } $this->didInit();