👌 Remove unnecessary lang string
This commit is contained in:
parent
c73e0ea811
commit
aec4591410
|
|
@ -18,8 +18,7 @@ return [
|
||||||
'widget_title_default' => 'Website',
|
'widget_title_default' => 'Website',
|
||||||
'online' => 'Online',
|
'online' => 'Online',
|
||||||
'maintenance' => 'In maintenance',
|
'maintenance' => 'In maintenance',
|
||||||
'manage_themes' => 'Manage themes',
|
'manage_themes' => 'Manage themes'
|
||||||
'customize_theme' => 'Customize Theme'
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'theme' => [
|
'theme' => [
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,7 @@ return [
|
||||||
'widget_title_default' => 'Веб-сайт',
|
'widget_title_default' => 'Веб-сайт',
|
||||||
'online' => 'Онлайн',
|
'online' => 'Онлайн',
|
||||||
'maintenance' => 'в разработке',
|
'maintenance' => 'в разработке',
|
||||||
'manage_themes' => 'Управление темами',
|
'manage_themes' => 'Управление темами'
|
||||||
'customize_theme' => 'Настройка Темы'
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'theme' => [
|
'theme' => [
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
<?php if ($theme->hasCustomData()): ?>
|
<?php if ($theme->hasCustomData()): ?>
|
||||||
<li>
|
<li>
|
||||||
<a href="<?= Backend::url('cms/themes/update/'.$theme->getDirName()) ?>">
|
<a href="<?= Backend::url('cms/themes/update/'.$theme->getDirName()) ?>">
|
||||||
<?= e(trans('cms::lang.dashboard.active_theme.customize_theme')) ?>
|
<?= e(trans('cms::lang.theme.customize_theme')) ?>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue