Prefer to keep this language key unique
Just in case we decide to call it something else on the dashboard
Revert #2709 (aec4591410)
This commit is contained in:
parent
aa0fd163fd
commit
b59dd77c12
|
|
@ -18,7 +18,8 @@ return [
|
|||
'widget_title_default' => 'Website',
|
||||
'online' => 'Online',
|
||||
'maintenance' => 'In maintenance',
|
||||
'manage_themes' => 'Manage themes'
|
||||
'manage_themes' => 'Manage themes',
|
||||
'customize_theme' => 'Customize Theme'
|
||||
]
|
||||
],
|
||||
'theme' => [
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@ return [
|
|||
'widget_title_default' => 'Веб-сайт',
|
||||
'online' => 'Онлайн',
|
||||
'maintenance' => 'в разработке',
|
||||
'manage_themes' => 'Управление темами'
|
||||
'manage_themes' => 'Управление темами',
|
||||
'customize_theme' => 'Настройка Темы'
|
||||
]
|
||||
],
|
||||
'theme' => [
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
<?php if ($theme->hasCustomData()): ?>
|
||||
<li>
|
||||
<a href="<?= Backend::url('cms/themes/update/'.$theme->getDirName()) ?>">
|
||||
<?= e(trans('cms::lang.theme.customize_theme')) ?>
|
||||
<?= e(trans('cms::lang.dashboard.active_theme.customize_theme')) ?>
|
||||
</a>
|
||||
</li>
|
||||
<?php endif ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue