@@ -29,7 +29,7 @@ class Tag extends Controller
*/
public function index()
{
- $this->title = '分组管理';
+ $this->title = '标签管理';
$query = $this->_query($this->table)->order('id asc')->page();
}