Skip to content

Commit

Permalink
Fix field texts
Browse files Browse the repository at this point in the history
  • Loading branch information
partydragen committed May 17, 2022
1 parent 5790d5b commit 682e8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload/modules/Store/pages/panel/products.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@
'PRODUCT_PRICE_VALUE' => ((isset($_POST['price']) && $_POST['price']) ? Output::getClean(Input::get('price')) : ''),
'CATEGORY' => $store_language->get('admin', 'category'),
'CATEGORY_LIST' => $store->getAllCategories(),
'CONNECTIONS' => $store_language->get('admin', 'connections') . ' ' . $store_language->get('admin', 'select_multiple_with_ctrl'),
'CONNECTIONS' => $store_language->get('admin', 'service_connections'),
'CONNECTIONS_LIST' => $connections_array,
'FIELDS' => $store_language->get('admin', 'fields') . ' ' . $store_language->get('admin', 'select_multiple_with_ctrl'),
'FIELDS' => $store_language->get('admin', 'fields'),
'FIELDS_LIST' => $fields_array,
'CURRENCY' => Output::getClean($configuration->get('store', 'currency')),
'HIDE_PRODUCT' => $store_language->get('admin', 'hide_product_from_store'),
Expand Down

0 comments on commit 682e8a1

Please sign in to comment.