mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 20:27:40 +02:00
Sitemap: links title issue #61
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
|
||||
if (count(Plugin::$components) > 0) {
|
||||
foreach (Plugin::$components as $component) {
|
||||
if ($component !== 'pages' && $component !== 'sitemap') $components[] = ucfirst($component);
|
||||
if ($component !== 'pages' && $component !== 'sitemap') $components[] = __(ucfirst($component), $component);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user