diff --git a/addons/default/visiosoft/advs-module/resources/config/settings/sections.php b/addons/default/visiosoft/advs-module/resources/config/settings/sections.php index fef02718d..ff2f5c9f1 100644 --- a/addons/default/visiosoft/advs-module/resources/config/settings/sections.php +++ b/addons/default/visiosoft/advs-module/resources/config/settings/sections.php @@ -40,7 +40,7 @@ return [ 'ads_detail' => [ 'title' => 'visiosoft.module.advs::section.ads_detail', 'fields' => [ - 'ads_id_date_hidden', + 'ads_date_hidden', 'hide_seller_info', ] ], diff --git a/addons/default/visiosoft/advs-module/resources/config/settings/settings.php b/addons/default/visiosoft/advs-module/resources/config/settings/settings.php index a3c229be5..134b47b73 100644 --- a/addons/default/visiosoft/advs-module/resources/config/settings/settings.php +++ b/addons/default/visiosoft/advs-module/resources/config/settings/settings.php @@ -384,7 +384,7 @@ return [ 'favicon' => [ 'type' => 'anomaly.field_type.file', ], - 'ads_id_date_hidden' => [ + 'ads_date_hidden' => [ 'type' => 'anomaly.field_type.boolean', 'config' => [ 'default_value' => false, diff --git a/addons/default/visiosoft/advs-module/resources/lang/en/setting.php b/addons/default/visiosoft/advs-module/resources/lang/en/setting.php index 674cc212c..0a7c4e30d 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/en/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/en/setting.php @@ -203,9 +203,9 @@ return [ 'name' => 'Show Ads Count', 'instructions' => 'Show ads count on the left categories list', ], - 'ads_id_date_hidden' => [ - 'name' => 'Hide ID and Created Date', - 'instructions' => 'Hide ID and created date in ads detail page', + 'ads_date_hidden' => [ + 'name' => 'Hide Created Date', + 'instructions' => 'Hide created date in ads detail page', ], 'hide_listing_header' => [ 'name' => 'Hide Listing Header',