mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Lang
rename /gameObjects?/ => /objects?/ so it can be localized via typeString
This commit is contained in:
@@ -25,7 +25,7 @@ class ObjectsPage extends GenericPage
|
||||
|
||||
parent::__construct($pageCall, $pageParam);
|
||||
|
||||
$this->name = Util::ucFirst(Lang::game('gameObjects'));
|
||||
$this->name = Util::ucFirst(Lang::game('objects'));
|
||||
$this->subCat = $pageParam ? '='.$pageParam : '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user