= e($theme->getConfigValue('description', 'The theme description is not provided.')) ?>
@@ -73,7 +73,7 @@
href="javascript:;"
class="oc-icon-copy">
= e(trans('cms::lang.theme.duplicate_button')) ?>
-
+
diff --git a/modules/cms/lang/en/lang.php b/modules/cms/lang/en/lang.php
index d3139293e..aab798565 100644
--- a/modules/cms/lang/en/lang.php
+++ b/modules/cms/lang/en/lang.php
@@ -24,6 +24,7 @@ return [
],
'theme' => [
'not_found_name' => "The theme ':name' is not found.",
+ 'by' => 'By',
'active' => [
'not_set' => 'The active theme is not set.',
'not_found' => 'The active theme is not found.'
@@ -77,7 +78,7 @@ return [
'export_folders_label' => 'Folders',
'export_folders_comment' => 'Please select the theme folders you would like to export',
'delete_button' => 'Delete',
- 'delete_confirm' => 'Are you sure you want to delete this theme? It cannot be undone!',
+ 'delete_confirm' => 'Delete this theme? It cannot be undone!',
'delete_active_theme_failed' => 'Cannot delete the active theme, try making another theme active first.',
'delete_theme_success' => 'Theme deleted!',
'create_title' => 'Create theme',
diff --git a/modules/cms/lang/hu/lang.php b/modules/cms/lang/hu/lang.php
index 56e0d65f4..f1061d01c 100644
--- a/modules/cms/lang/hu/lang.php
+++ b/modules/cms/lang/hu/lang.php
@@ -24,6 +24,7 @@ return [
],
'theme' => [
'not_found_name' => "A következő téma nem található: ':name'",
+ 'by' => 'Fejlesztő:',
'active' => [
'not_set' => 'Nincs beállítva az aktív téma.',
'not_found' => 'Az aktív téma nem található.'
@@ -33,8 +34,8 @@ return [
'not_found' => 'A szerkesztés alatt lévő téma nem található.',
'not_match' => 'Az objektum melyhez hozzáférni próbál, nem a szerkesztés alatt lévő témához tartozik. Töltse be újra a lapot.'
],
- 'settings_menu' => 'Dizájn',
- 'settings_menu_description' => 'A telepített témák és a választható sablonok listája.',
+ 'settings_menu' => 'Megjelenés',
+ 'settings_menu_description' => 'A telepített témák listája és azok testreszabása.',
'default_tab' => 'Tulajdonságok',
'name_label' => 'Név',
'name_create_placeholder' => 'Az új téma neve',
diff --git a/modules/system/controllers/updates/_install_plugins.htm b/modules/system/controllers/updates/_install_plugins.htm
index 8170aa818..53144734c 100644
--- a/modules/system/controllers/updates/_install_plugins.htm
+++ b/modules/system/controllers/updates/_install_plugins.htm
@@ -46,7 +46,7 @@