Skip to content

Commit b38a579

Browse files
committed
feat: Added modules/plugins/themes install tip
1 parent 34b2f1e commit b38a579

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

language/english/admin/core_lang.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@
395395
$lang['admin_modules_install'] = 'Install Module';
396396
$lang['admin_modules_install_error'] = 'Unable to install module.';
397397
$lang['admin_modules_install_success'] = 'Module successfully installed.';
398+
$lang['admin_modules_install_tip'] = 'Modules add new features and functionality to your site. Browse available modules in the <a href="%s" target="_blank" rel="nofollow">marketplace</a> or upload one as a .zip package.';
398399
$lang['admin_modules_location_application'] = 'Private to this app';
399400
$lang['admin_modules_location_core'] = 'Shared across all apps';
400401
$lang['admin_modules_location_public'] = 'Public to this app';
@@ -429,6 +430,7 @@
429430
$lang['admin_plugins_install'] = 'Install Plugin';
430431
$lang['admin_plugins_install_error'] = 'Unable to install plugin.';
431432
$lang['admin_plugins_install_success'] = 'Plugin successfully installed.';
433+
$lang['admin_plugins_install_tip'] = 'Plugins extend existing features with extra options or integrations. Install from the <a href="%s" target="_blank" rel="nofollow">plugin directory</a> or upload a .zip file.';
432434
$lang['admin_plugins_location_application'] = 'Private to this app';
433435
$lang['admin_plugins_location_core'] = 'Shared across all apps';
434436
$lang['admin_plugins_location_public'] = 'Public to this app';
@@ -455,9 +457,11 @@
455457
$lang['admin_themes_install'] = 'Install Theme';
456458
$lang['admin_themes_install_error'] = 'Unable to install theme.';
457459
$lang['admin_themes_install_success'] = 'Theme successfully installed.';
460+
$lang['admin_themes_install_tip'] = 'Themes change your site’s appearance and layout. Choose from the <a href="%s" target="_blank" rel="nofollow">theme library</a> or upload a .zip file to install your own.';
458461
$lang['admin_themes_upload'] = 'Upload Theme';
459462
$lang['admin_themes_upload_error'] = 'Unable to upload theme.';
460463
$lang['admin_themes_upload_success'] = 'Theme successfully uploaded.';
464+
$lang['admin_themes_upload_tip'] = 'If you have a theme in a .zip format, you may install it by uploading it here.';
461465

462466
/**
463467
* ---------------------------------------------------------------

language/english/core_lang.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@
379379
$lang['update'] = 'Update';
380380
$lang['updates'] = 'Updates';
381381
$lang['upload'] = 'Upload';
382-
$lang['upload_theme_tip'] = 'If you have a theme in a .zip format, you may install it by uploading it here.';
383382
$lang['uploads'] = 'Uploads';
384383
$lang['url'] = 'URL';
385384
$lang['username'] = 'Username';

0 commit comments

Comments
 (0)