mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Use language-specific title
This commit is contained in:
parent
0eb439e75f
commit
136bdde006
@ -66,7 +66,7 @@ public function __toString() {
|
|||||||
* @see \wcf\system\request\IRouteController
|
* @see \wcf\system\request\IRouteController
|
||||||
*/
|
*/
|
||||||
public function getTitle() {
|
public function getTitle() {
|
||||||
return $this->title;
|
return WCF::getLanguage()->get($this->title);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user