Skip to content

Commit

Permalink
Merge pull request #13900 from pemaier/pemaier-patch-8-14
Browse files Browse the repository at this point in the history
Update setting.php - autocomplete limit config centralized, similar t…
  • Loading branch information
danielkerr committed May 2, 2024
2 parents d153227 + e3a7e14 commit 5171abc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions upload/admin/language/en-gb/setting/setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
$_['entry_product_description_length'] = 'List Description Limit';
$_['entry_pagination'] = 'Default Items Per Page';
$_['entry_pagination_admin'] = 'Default Items Per Page (Admin)';
$_['entry_autocomplete_limit'] = 'Default Autocomplete Limit';
$_['entry_product_report'] = 'Product Report Status';
$_['entry_product_count'] = 'Category Product Count';
$_['entry_review_status'] = 'Allow Reviews';
Expand Down Expand Up @@ -190,6 +191,7 @@
$_['help_currency_auto'] = 'Set your store to automatically update currencies daily.';
$_['help_product_description_length'] = 'In the list view, short description character limit (categories, special etc)';
$_['help_pagination'] = 'Determines how many catalog items are shown per page (products, categories, etc)';
$_['help_autocomplete_limit'] = 'Determines how many lines are shown per autocomplte entry (filters, products, categories, etc)';
$_['help_product_count'] = 'Show the number of products inside the subcategories in the storefront header category menu. Be warned, this will cause an extreme performance hit for stores with a lot of subcategories!';
$_['help_product_category'] = 'Display products in each parent category.';
$_['help_product_report'] = 'Report how many times a product is viewed. This can use up a lot of storage on high traffic sites.';
Expand Down Expand Up @@ -270,6 +272,7 @@
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
$_['error_product_description_length'] = 'Product description length required!';
$_['error_pagination'] = 'Pagination required!';
$_['error_autocomplete_limit'] = 'Autocomplete limit required!';
$_['error_login_attempts'] = 'Login Attempts must be greater than 0!';
$_['error_customer_group_display'] = 'You must include the default customer group if you are going to use this feature!';
$_['error_voucher_min'] = 'Minimum voucher amount required!';
Expand Down

0 comments on commit 5171abc

Please sign in to comment.