diff --git a/addons/default/visiosoft/advs-module/resources/lang/en/message.php b/addons/default/visiosoft/advs-module/resources/lang/en/message.php index 6b2ecade3..b4f5f28c2 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/en/message.php +++ b/addons/default/visiosoft/advs-module/resources/lang/en/message.php @@ -25,4 +25,5 @@ return [ 'filter_by_search_msg' => 'Filter By Search.', 'delete_author_error' => 'You cannot delete a post that does not belong to you', 'success_delete' => 'Ad Deleted', + 'pending_ad_status' => 'Your ad is pending approval by the Editor.', ]; diff --git a/addons/default/visiosoft/advs-module/resources/lang/tr/message.php b/addons/default/visiosoft/advs-module/resources/lang/tr/message.php index db6648395..0187011ec 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/tr/message.php +++ b/addons/default/visiosoft/advs-module/resources/lang/tr/message.php @@ -25,4 +25,5 @@ return [ 'filter_by_search_msg' => 'Aramanızı Daraltın.', 'delete_author_error' => 'Size ait olmayan bir ilanı silemezsiniz', 'success_delete' => 'İlan Silindi', + 'pending_ad_status' => 'İlanınız Editör tarafından onay beklemektedir.', ]; diff --git a/addons/default/visiosoft/advs-module/resources/views/ad-detail/detail.twig b/addons/default/visiosoft/advs-module/resources/views/ad-detail/detail.twig index c82c6ae8d..a14c48af5 100644 --- a/addons/default/visiosoft/advs-module/resources/views/ad-detail/detail.twig +++ b/addons/default/visiosoft/advs-module/resources/views/ad-detail/detail.twig @@ -17,6 +17,7 @@ {% include "visiosoft.module.advs::ad-detail/partials/breadcrumb" %} {% endif %} + {% include "visiosoft.module.advs::ad-detail/partials/ad-status" %}