Skip to content

Commit 4d1e704

Browse files
committed
title updated
1 parent 6cfb2ef commit 4d1e704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AkauntingCollector.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ public function collect()
6060
$modules[$module->alias] = [
6161
'Installed Version' => module($module->alias)->get('version'),
6262
'Latest Version' => isset($versions[$module->alias]) ? $versions[$module->alias] : 'N/A',
63-
'Is Enabled' => $module->enabled,
64-
'Is Exists' => $this->moduleExists($module->alias),
63+
'Enabled' => $module->enabled,
64+
'Exists' => $this->moduleExists($module->alias),
6565
];
6666
});
6767

0 commit comments

Comments
 (0)