diff --git a/src/Command/Site/StatusCommand.php b/src/Command/Site/StatusCommand.php index 0f087683f..bdbe63165 100644 --- a/src/Command/Site/StatusCommand.php +++ b/src/Command/Site/StatusCommand.php @@ -207,8 +207,8 @@ protected function getThemeData() return [ 'theme' => [ - 'theme_default' => $config->get('default'), - 'theme_admin' => $config->get('admin'), + $this->trans('commands.site.status.messages.theme_default') => $config->get('default'), + $this->trans('commands.site.status.messages.theme_admin') => $config->get('admin'), ], ]; }