📅  最后修改于: 2022-03-11 14:54:46.281000             🧑  作者: Mango
// try looking for a line in your controller file that looks like this:
$this->document->setDescription($this->language->get('description'));
// replace the it with the below
$this->document->setDescription("My custom description text!");