Текст вместо "по умолчанию" в названии магазина

This commit is contained in:
Konstantin
2026-05-30 13:37:34 +03:00
parent 9b60eea881
commit 8e919ba1d3
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -469,7 +469,7 @@ class ControllerDesignSeoUrl extends Controller {
$data['stores'][] = array(
'store_id' => 0,
'name' => $this->language->get('text_default')
'name' => $this->config->get('config_name')
);
$stores = $this->model_setting_store->getStores();