Skip to content

Commit

Permalink
Replace strings theme_default and theme_admin with translations for t…
Browse files Browse the repository at this point in the history
…hem (#3640)
  • Loading branch information
LOBsTerr authored and jmolivas committed Jan 7, 2018
1 parent b9eebb0 commit 115b81e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Command/Site/StatusCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
],
];
}
Expand Down

0 comments on commit 115b81e

Please sign in to comment.